diff options
author | Andreas Enge <andreas@enge.fr> | 2014-02-21 12:04:48 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-02-21 12:04:48 +0100 |
commit | 75630043013f4d9d69f6ae45bf84e69965b840d1 (patch) | |
tree | 0dad320f29b2f8f4d8bdadf243bd38a44429df25 | |
parent | 396b3c8b55344e3833d57b5b179830f5719c1746 (diff) | |
download | guix-75630043013f4d9d69f6ae45bf84e69965b840d1.tar guix-75630043013f4d9d69f6ae45bf84e69965b840d1.tar.gz |
gnu: gmime: Use gnome mirror for download.
* gnu/packages/mail.scm (gmime): Use gnome mirror, fixes download problems
with automatic https redirection.
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 8d67629c6b..703762eed3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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) ".") |