diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:33:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 14:41:38 +0100 |
commit | 1b3a60383788aa37f11aa7bfb7667327f6c96a46 (patch) | |
tree | 5b9761e4fda401d55afc078d78872d72d69ef312 /gnu/packages/java.scm | |
parent | 1e30dff38bda59d2ce6fe92368589d64ad6499b5 (diff) | |
download | patches-1b3a60383788aa37f11aa7bfb7667327f6c96a46.tar patches-1b3a60383788aa37f11aa7bfb7667327f6c96a46.tar.gz |
gnu: java-commons-cli: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-cli)[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 011ff6e550..babab2a740 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6584,7 +6584,7 @@ logging framework for Java."))) (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://commons.apache.org/cli/") + (home-page "https://commons.apache.org/cli/") (synopsis "Command line arguments and options parsing library") (description "The Apache Commons CLI library provides an API for parsing command line options passed to programs. It is also able to print help |