gnu: java-qdox-1.12: Update source and home-page URI.
* gnu/packages/java.scm (java-qdox-1.12)[source]: Update URI. [home-page]: Update URI.master
parent
5acaec829f
commit
3344bc495d
|
@ -3301,7 +3301,7 @@ decompression and random access decompression have been fully implemented.")
|
||||||
(version "1.12.1")
|
(version "1.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://central.maven.org/maven2/"
|
(uri (string-append "https://repo1.maven.org/maven2/"
|
||||||
"com/thoughtworks/qdox/qdox/" version
|
"com/thoughtworks/qdox/qdox/" version
|
||||||
"/qdox-" version "-sources.jar"))
|
"/qdox-" version "-sources.jar"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -3325,7 +3325,7 @@ decompression and random access decompression have been fully implemented.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file-recursively "src/com/thoughtworks/qdox/junit")
|
(delete-file-recursively "src/com/thoughtworks/qdox/junit")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://qdox.codehaus.org/")
|
(home-page "https://github.com/codehaus/qdox")
|
||||||
(synopsis "Parse definitions from Java source files")
|
(synopsis "Parse definitions from Java source files")
|
||||||
(description
|
(description
|
||||||
"QDox is a high speed, small footprint parser for extracting
|
"QDox is a high speed, small footprint parser for extracting
|
||||||
|
|
Reference in New Issue