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

* gnu/packages/java.scm (java-commons-codec)[home-page]: Use HTTPS.
This commit is contained in:
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

View file

@ -6634,7 +6634,7 @@ (define-public java-commons-codec
(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