me
/
guix
Archived
1
0
Fork 0

gnu: serf: Use a mirror URL.

* gnu/packages/web.scm (serf)[source]: Use an apache mirror:// URL.
master
Efraim Flashner 2020-06-11 11:46:51 +03:00
parent 3d79fd59fe
commit 1c32eb95af
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))