me
/
guix
Archived
1
0
Fork 0

gnu: java-jmh: Use HTTPS home page.

* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-19 01:29:06 +01:00
parent 268dc4720c
commit e799400d4b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -4753,7 +4753,7 @@ available in the Java programming language or Commons Lang.")
(native-inputs
`(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core)))
(home-page "http://openjdk.java.net/projects/code-tools/jmh/")
(home-page "https://openjdk.java.net/projects/code-tools/jmh/")
(synopsis "Benchmark harness for the JVM")
(description "JMH is a Java harness for building, running, and analysing
nano/micro/milli/macro benchmarks written in Java and other languages