gnu: gmime: Use gnome mirror for download.

* gnu/packages/mail.scm (gmime): Use gnome mirror, fixes download problems
    with automatic https redirection.
master
Andreas Enge 2014-02-21 12:04:48 +01:00
parent 396b3c8b55
commit 7563004301
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ operating systems.")
(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)
".")