gnu: java-jmh: Use HTTPS home page.

* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
This commit is contained in:
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

View file

@ -4753,7 +4753,7 @@ (define-public java-jmh
(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