3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: java-commons-collections4: Use HTTPS home page.

* gnu/packages/java.scm (java-commons-collections4)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:31:26 +01:00
parent 87eeeeb04a
commit 21e207d285
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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