mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: java-jmh: Use HTTPS home page.
* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
This commit is contained in:
parent
268dc4720c
commit
e799400d4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue