me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-commons-codec)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 21:23:08 +01:00
parent 8680eff30d
commit 77e1fe31b3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -6634,7 +6634,7 @@ This is a part of the Apache Commons Project.")
(native-inputs
`(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core)))
(home-page "http://commons.apache.org/codec/")
(home-page "https://commons.apache.org/codec/")
(synopsis "Common encoders and decoders such as Base64, Hex, Phonetic and URLs")
(description "The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these widely