me
/
guix
Archived
1
0
Fork 0

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
Björn Höfling 2020-03-14 22:51:49 +01:00
parent 5acaec829f
commit 3344bc495d
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 2 additions and 2 deletions

View File

@ -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