mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
87eeeeb04a
commit
21e207d285
1 changed files with 1 additions and 1 deletions
|
@ -4757,7 +4757,7 @@ (define-public java-commons-collections4
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue