gnu: java-joda-convert: Use HTTPS home page.

* gnu/packages/java.scm (java-joda-convert)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:21:10 +01:00
parent 4d1ddb5156
commit c82ddf3360
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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