mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: java-jopt-simple: Update source URL and home page.
* gnu/packages/java.scm (java-jopt-simple) [source]: Update URL. [home-page]: Likewise.
This commit is contained in:
parent
e3b55b1385
commit
cbca798417
1 changed files with 2 additions and 2 deletions
|
@ -5648,7 +5648,7 @@ The jMock library
|
|||
(version "5.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://repo1.maven.org/maven2/"
|
||||
(uri (string-append "https://repo1.maven.org/maven2/"
|
||||
"net/sf/jopt-simple/jopt-simple/"
|
||||
version "/jopt-simple-"
|
||||
version "-sources.jar"))
|
||||
|
@ -5665,7 +5665,7 @@ The jMock library
|
|||
(generate-pom.xml "pom.xml" "net.sf.jopt-simple" "jopt-simple" ,version))
|
||||
(replace 'install
|
||||
(install-from-pom "pom.xml")))))
|
||||
(home-page "https://pholser.github.io/jopt-simple/")
|
||||
(home-page "https://jopt-simple.github.io/jopt-simple/")
|
||||
(synopsis "Java library for parsing command line options")
|
||||
(description "JOpt Simple is a Java library for parsing command line
|
||||
options, such as those you might pass to an invocation of @code{javac}. In
|
||||
|
|
Loading…
Add table
Reference in a new issue