gnu: java-commons-exec: Use HTTPS home page.

* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:01:08 +01:00
parent 35f985cb52
commit 31b8576175
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4929,7 +4929,7 @@ (define-public java-commons-exec-1.1
(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)))