mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: java-joda-convert: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-convert)[home-page]: Use HTTPS.
This commit is contained in:
parent
4d1ddb5156
commit
c82ddf3360
1 changed files with 1 additions and 1 deletions
|
@ -10266,7 +10266,7 @@ (define-public java-joda-convert
|
|||
(native-inputs
|
||||
`(("java-junit" ,java-junit)
|
||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||
(home-page "http://www.joda.org/joda-convert/")
|
||||
(home-page "https://www.joda.org/joda-convert/")
|
||||
(synopsis "Conversion between Objects and Strings")
|
||||
(description "Joda-Convert provides a small set of classes to aid
|
||||
conversion between Objects and Strings. It is not intended to tackle the
|
||||
|
|
Loading…
Reference in a new issue