mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: java-commons-exec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
This commit is contained in:
parent
35f985cb52
commit
31b8576175
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue