summary refs log tree commit diff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-14 22:51:49 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-14 23:06:34 +0100
commit3344bc495d13315f652eabef4549cdf2e08ef1c2 (patch)
tree3186a04f4f8cec994137d984395345ae37dbf5a9 /gnu/packages/java.scm
parent5acaec829fc10a2075dba39f0af8e49e93a4edd4 (diff)
downloadguix-3344bc495d13315f652eabef4549cdf2e08ef1c2.tar.gz
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.
Diffstat (limited to 'gnu/packages/java.scm')
-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 7cd0ab9e2a..42ea3799a1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3301,7 +3301,7 @@ decompression and random access decompression have been fully implemented.")
     (version "1.12.1")
     (source (origin
               (method url-fetch)
-              (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
@@ -3325,7 +3325,7 @@ decompression and random access decompression have been fully implemented.")
            (lambda _
              (delete-file-recursively "src/com/thoughtworks/qdox/junit")
              #t)))))
-    (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