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

* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 00:53:19 +01:00
parent e799400d4b
commit 14544d2f99
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10363,7 +10363,7 @@ (define-public java-joda-time
`(("java-junit" ,java-junit) `(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core) ("java-hamcrest-core" ,java-hamcrest-core)
("tzdata" ,tzdata))) ("tzdata" ,tzdata)))
(home-page "http://www.joda.org/joda-time/") (home-page "https://www.joda.org/joda-time/")
(synopsis "Replacement for the Java date and time classes") (synopsis "Replacement for the Java date and time classes")
(description "Joda-Time is a replacement for the Java date and time (description "Joda-Time is a replacement for the Java date and time
classes prior to Java SE 8.") classes prior to Java SE 8.")