diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:21:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:19 +0100 |
commit | c82ddf336049a19f10f569f3d256ef36b29bcb1f (patch) | |
tree | 3f96f29d06e930a46bf3d8ed9dc38d2e754fb976 /gnu/packages/java.scm | |
parent | 4d1ddb5156d6e5c7de61bd8d52cbb08f043f036d (diff) | |
download | patches-c82ddf336049a19f10f569f3d256ef36b29bcb1f.tar patches-c82ddf336049a19f10f569f3d256ef36b29bcb1f.tar.gz |
gnu: java-joda-convert: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-convert)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/java.scm')
-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 d998277232..8109b467c9 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -10266,7 +10266,7 @@ Dependency Injection (CDI).") (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 |