gnu: java-asm: Use HTTPS home page.
* gnu/packages/java.scm (java-asm)[home-page]: Use HTTPS.master
parent
a8a8a3df30
commit
1e4ae5511a
|
@ -4322,7 +4322,7 @@ on the XPP3 API (XML Pull Parser).")))
|
||||||
(install-jars "dist")))))
|
(install-jars "dist")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)))
|
`(("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")
|
(synopsis "Very small and fast Java bytecode manipulation framework")
|
||||||
(description "ASM is an all purpose Java bytecode manipulation and
|
(description "ASM is an all purpose Java bytecode manipulation and
|
||||||
analysis framework. It can be used to modify existing classes or dynamically
|
analysis framework. It can be used to modify existing classes or dynamically
|
||||||
|
|
Reference in New Issue