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:
parent
396b3c8b55
commit
7563004301
|
@ -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)
|
||||
".")
|
||||
|
|
Loading…
Reference in New Issue