guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: java-qdox-1.12: Update source and home-page URI.


From: guix-commits
Subject: 01/02: gnu: java-qdox-1.12: Update source and home-page URI.
Date: Sat, 14 Mar 2020 18:08:25 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 3344bc495d13315f652eabef4549cdf2e08ef1c2
Author: Björn Höfling <address@hidden>
AuthorDate: Sat Mar 14 22:51:49 2020 +0100

    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.
---
 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 7cd0ab9..42ea379 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



reply via email to

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