guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: java-commons-httpclient: Use a mirror URL.


From: guix-commits
Subject: 08/09: gnu: java-commons-httpclient: Use a mirror URL.
Date: Thu, 11 Jun 2020 04:58:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 894d6a085dc47f767efa43520b524e0f6c53d224
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 11 11:53:39 2020 +0300

    gnu: java-commons-httpclient: Use a mirror URL.
    
    * gnu/packages/java.scm (java-commons-httpclient)[source]: Use an apache
    mirror:// URL.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2d778d9..d36e3b0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10832,7 +10832,7 @@ graphs, and pie charts.")
     (version "3.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://archive.apache.org/dist/httpcomponents/";
+              (uri (string-append "mirror://apache/dist/httpcomponents/"
                                   
"commons-httpclient/source/commons-httpclient-"
                                   version "-src.tar.gz"))
               (sha256



reply via email to

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