gnu: mutt: Add preferred source uri.

* gnu/packages/mail.scm (mutt)[source]: Add upstream's preferred uri.
This commit is contained in:
Efraim Flashner 2019-12-20 09:20:51 +02:00
parent 9dd5249e96
commit a101b15b5a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -366,8 +366,11 @@ (define-public mutt
(version "1.13.2")
(source (origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/mutt/mutt/downloads/"
"mutt-" version ".tar.gz"))
(uri (list
(string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
version ".tar.gz")
(string-append "https://bitbucket.org/mutt/mutt/downloads/"
"mutt-" version ".tar.gz")))
(sha256
(base32
"0x4yfvk8415p80h9an242n6q3b43mw6mnnczh95zd3j0zwdr6wrg"))