mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: java-commons-codec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-codec)[home-page]: Use HTTPS.
This commit is contained in:
parent
8680eff30d
commit
77e1fe31b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue