gnu: java-qdox: Update source and home-page URI.
* gnu/packages/java.scm (java-qdox)[source]: Update URI. [home-page]: Update URI.
This commit is contained in:
parent
839e3e89de
commit
3e550fc835
@ -11395,7 +11395,7 @@ such as log4j or @code{java.util.logging} (JUL).")))
|
|||||||
;; Older releases at https://github.com/codehaus/qdox/
|
;; Older releases at https://github.com/codehaus/qdox/
|
||||||
;; Note: The release at maven is pre-generated. The release at
|
;; Note: The release at maven is pre-generated. The release at
|
||||||
;; github requires jflex.
|
;; github requires jflex.
|
||||||
(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
|
||||||
@ -11405,7 +11405,7 @@ such as log4j or @code{java.util.logging} (JUL).")))
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "qdox.jar"
|
`(#:jar-name "qdox.jar"
|
||||||
#:tests? #f)); no tests
|
#:tests? #f)); no tests
|
||||||
(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 "QDox is a high speed, small footprint parser for extracting
|
(description "QDox is a high speed, small footprint parser for extracting
|
||||||
class/interface/method definitions from source files complete with JavaDoc
|
class/interface/method definitions from source files complete with JavaDoc
|
||||||
|
Loading…
Reference in New Issue
Block a user