guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/20: gnu: java-qdox: Update source and home-page URI.


From: guix-commits
Subject: 17/20: gnu: java-qdox: Update source and home-page URI.
Date: Sun, 15 Mar 2020 18:14:01 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 3e550fc8357f5fe3ecafcc712ddfdc02deb41a8b
Author: Björn Höfling <address@hidden>
AuthorDate: Sun Mar 15 20:07:05 2020 +0100

    gnu: java-qdox: Update source and home-page URI.
    
    * gnu/packages/java.scm (java-qdox)[source]: Update URI.
    [home-page]: Update URI.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c7dd87c..79bf20d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]