summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-15 20:07:05 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-15 23:10:42 +0100
commit3e550fc8357f5fe3ecafcc712ddfdc02deb41a8b (patch)
tree5639b80e6d151a3650ea0625843856ab3571fdeb
parent839e3e89deb0da1d477ff236204526724f64b5c1 (diff)
downloadpatches-3e550fc8357f5fe3ecafcc712ddfdc02deb41a8b.tar
patches-3e550fc8357f5fe3ecafcc712ddfdc02deb41a8b.tar.gz
gnu: java-qdox: Update source and home-page URI.
* gnu/packages/java.scm (java-qdox)[source]: Update URI. [home-page]: Update URI.
-rw-r--r--gnu/packages/java.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c7dd87cb6e..79bf20dd1d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11395,7 +11395,7 @@ such as log4j or @code{java.util.logging} (JUL).")))
;; Older releases at https://github.com/codehaus/qdox/
;; Note: The release at maven is pre-generated. The release at
;; github requires jflex.
- (uri (string-append "http://central.maven.org/maven2/"
+ (uri (string-append "https://repo1.maven.org/maven2/"
"com/thoughtworks/qdox/qdox/" version
"/qdox-" version "-sources.jar"))
(sha256
@@ -11405,7 +11405,7 @@ such as log4j or @code{java.util.logging} (JUL).")))
(arguments
`(#:jar-name "qdox.jar"
#:tests? #f)); no tests
- (home-page "http://qdox.codehaus.org/")
+ (home-page "https://github.com/codehaus/qdox")
(synopsis "Parse definitions from Java source files")
(description "QDox is a high speed, small footprint parser for extracting
class/interface/method definitions from source files complete with JavaDoc