mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
".")
|
||||
|
|
Loading…
Reference in a new issue