mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: java-commons-cli: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-cli)[home-page]: Use HTTPS.
This commit is contained in:
parent
1e30dff38b
commit
1b3a603837
1 changed files with 1 additions and 1 deletions
|
@ -6584,7 +6584,7 @@ (define-public java-commons-cli
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://commons.apache.org/cli/")
|
(home-page "https://commons.apache.org/cli/")
|
||||||
(synopsis "Command line arguments and options parsing library")
|
(synopsis "Command line arguments and options parsing library")
|
||||||
(description "The Apache Commons CLI library provides an API for parsing
|
(description "The Apache Commons CLI library provides an API for parsing
|
||||||
command line options passed to programs. It is also able to print help
|
command line options passed to programs. It is also able to print help
|
||||||
|
|
Loading…
Reference in a new issue