gnu: java-commons-collections4: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-collections4)[home-page]: Use HTTPS.master
parent
87eeeeb04a
commit
21e207d285
|
@ -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
|
||||
|
|
Reference in New Issue