me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-commons-cli)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 21:33:26 +01:00
parent 1e30dff38b
commit 1b3a603837
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -6584,7 +6584,7 @@ logging framework for Java.")))
(native-inputs
`(("java-junit" ,java-junit)
("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")
(description "The Apache Commons CLI library provides an API for parsing
command line options passed to programs. It is also able to print help