diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:31:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 14:41:38 +0100 |
commit | 21e207d2859035cf9c4ddc134f43f175a0358e59 (patch) | |
tree | 34e7d7c48735ccf4d25ed48c38245c219e8367b5 /gnu | |
parent | 87eeeeb04ab46969b0a7ab21dc9e48526f4469c4 (diff) | |
download | patches-21e207d2859035cf9c4ddc134f43f175a0358e59.tar patches-21e207d2859035cf9c4ddc134f43f175a0358e59.tar.gz |
gnu: java-commons-collections4: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-collections4)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 32ff4ab064..011ff6e550 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -4757,7 +4757,7 @@ targeting the JVM.") `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core) ("java-easymock" ,java-easymock))) - (home-page "http://commons.apache.org/collections/") + (home-page "https://commons.apache.org/collections/") (synopsis "Collections framework") (description "The Java Collections Framework is the recognised standard for collection handling in Java. Commons-Collections seek to build upon the |