summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 20:01:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 03:21:45 +0100
commit31b85761754bb82d59377ab2047dcae74c88fa50 (patch)
tree32942f65d36407bd9595dd6c56a9e62be6b60bca
parent35f985cb52d7bc3d7e03d5db0a63da4dcf4d3322 (diff)
downloadpatches-31b85761754bb82d59377ab2047dcae74c88fa50.tar
patches-31b85761754bb82d59377ab2047dcae74c88fa50.tar.gz
gnu: java-commons-exec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/java.scm2
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)))