mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ file filters and endian classes.")
|
||||||
(replace 'install (install-jars "target")))))
|
(replace 'install (install-jars "target")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)))
|
`(("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")
|
(synopsis "Common program execution related classes")
|
||||||
(description "Commons-Exec simplifies executing external processes.")
|
(description "Commons-Exec simplifies executing external processes.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue