mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-asm: Use HTTPS home page.
* gnu/packages/java.scm (java-asm)[home-page]: Use HTTPS.
This commit is contained in:
parent
a8a8a3df30
commit
1e4ae5511a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue