gnu: gmime: Use gnome mirror for download.

* gnu/packages/mail.scm (gmime): Use gnome mirror, fixes download problems
    with automatic https redirection.
This commit is contained in:
Andreas Enge 2014-02-21 12:04:48 +01:00
parent 396b3c8b55
commit 7563004301

View file

@ -174,7 +174,7 @@ (define-public gmime
(version "2.6.19")
(source (origin
(method url-fetch)
(uri (string-append "http://download.gnome.org/sources/gmime/"
(uri (string-append "mirror://gnome/sources/gmime/"
(string-join (take (string-split version #\.)
2)
".")