mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue