mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ available in the Java programming language or Commons Lang.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("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")
|
(synopsis "Benchmark harness for the JVM")
|
||||||
(description "JMH is a Java harness for building, running, and analysing
|
(description "JMH is a Java harness for building, running, and analysing
|
||||||
nano/micro/milli/macro benchmarks written in Java and other languages
|
nano/micro/milli/macro benchmarks written in Java and other languages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue