diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:44:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 22:23:11 +0100 |
commit | 1e4ae5511a6c1a0f2af5db9ced320521c294e3f2 (patch) | |
tree | 026d2a59a5107e281d41de4233bc5c06e726b919 | |
parent | a8a8a3df304143b7f5f369b5ce2202649e7a80d3 (diff) | |
download | patches-1e4ae5511a6c1a0f2af5db9ced320521c294e3f2.tar patches-1e4ae5511a6c1a0f2af5db9ced320521c294e3f2.tar.gz |
gnu: java-asm: Use HTTPS home page.
* gnu/packages/java.scm (java-asm)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index ee1bbfbce4..c2ccbf80e3 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 |