gnu: serf: Use a mirror URL.
* gnu/packages/web.scm (serf)[source]: Use an apache mirror:// URL.
This commit is contained in:
parent
3d79fd59fe
commit
1c32eb95af
1 changed files with 1 additions and 1 deletions
|
@ -1575,7 +1575,7 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.apache.org/dist/serf/serf-"
|
(uri (string-append "mirror://apache/dist/serf/serf-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1k47gbgpp52049andr28y28nbwh9m36bbb0g8p0aka3pqlhjv72l"))))
|
(base32 "1k47gbgpp52049andr28y28nbwh9m36bbb0g8p0aka3pqlhjv72l"))))
|
||||||
|
|
Reference in a new issue