diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:01:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 03:21:45 +0100 |
commit | 31b85761754bb82d59377ab2047dcae74c88fa50 (patch) | |
tree | 32942f65d36407bd9595dd6c56a9e62be6b60bca /gnu | |
parent | 35f985cb52d7bc3d7e03d5db0a63da4dcf4d3322 (diff) |
gnu: java-commons-exec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 6abd0c8360..9cbee0df43 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -4929,7 +4929,7 @@ file filters and endian classes.") (replace 'install (install-jars "target"))))) (native-inputs `(("java-junit" ,java-junit))) - (home-page "http://commons.apache.org/proper/commons-exec/") + (home-page "https://commons.apache.org/proper/commons-exec/") (synopsis "Common program execution related classes") (description "Commons-Exec simplifies executing external processes.") (license license:asl2.0))) |