efraim pushed a commit to branch master
in repository guix.

commit 1c32eb95af304800b65c0bdebe0ea81f70b90080
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jun 11 11:46:51 2020 +0300

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 30ef341..82174c0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1575,7 +1575,7 @@ from streaming URLs.  It is a command-line wrapper for 
the libquvi library.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://archive.apache.org/dist/serf/serf-";
+       (uri (string-append "mirror://apache/dist/serf/serf-"
                            version ".tar.bz2"))
        (sha256
         (base32 "1k47gbgpp52049andr28y28nbwh9m36bbb0g8p0aka3pqlhjv72l"))))

Reply via email to