diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:53:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-20 03:07:06 +0100 |
commit | 14544d2f99775c0dcf8715695890cd15b036726f (patch) | |
tree | 19456822523ed1a111ff83b5f9a9f6c870e958d6 | |
parent | e799400d4b0561c3f713397af347729bb650cc3e (diff) | |
download | patches-14544d2f99775c0dcf8715695890cd15b036726f.tar patches-14544d2f99775c0dcf8715695890cd15b036726f.tar.gz |
gnu: java-joda-time: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b68fc9f715..470f584ffb 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -10363,7 +10363,7 @@ wider problem of Object to Object transformation.") `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core) ("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") (description "Joda-Time is a replacement for the Java date and time classes prior to Java SE 8.") |