nckx pushed a commit to branch master
in repository guix.

commit e799400d4b0561c3f713397af347729bb650cc3e
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 01:29:06 2020 +0100

    gnu: java-jmh: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3fe765c..b68fc9f7 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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

Reply via email to