nckx pushed a commit to branch master
in repository guix.

commit 1e4ae5511a6c1a0f2af5db9ced320521c294e3f2
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 01:44:30 2020 +0100

    gnu: java-asm: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-asm)[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 ee1bbfb..c2ccbf8 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -4322,7 +4322,7 @@ on the XPP3 API (XML Pull Parser).")))
            (install-jars "dist")))))
     (native-inputs
      `(("java-junit" ,java-junit)))
-    (home-page "http://asm.ow2.org/";)
+    (home-page "https://asm.ow2.io/";)
     (synopsis "Very small and fast Java bytecode manipulation framework")
     (description "ASM is an all purpose Java bytecode manipulation and
 analysis framework.  It can be used to modify existing classes or dynamically

Reply via email to