gnu: java-asm: Use HTTPS home page.

* gnu/packages/java.scm (java-asm)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:44:30 +01:00
parent a8a8a3df30
commit 1e4ae5511a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4322,7 +4322,7 @@ (define-public java-asm
(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