gnu: msmtp: Use mirror:// URI.
* gnu/packages/mail.scm (msmtp): Use a mirror:// URI for the source.
This commit is contained in:
parent
6ea4b094e6
commit
0704788109
|
@ -517,8 +517,7 @@ which can add many functionalities to the base client.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://downloads.sourceforge.net/project/msmtp/msmtp/" version
|
||||
"/msmtp-" version ".tar.bz2"))
|
||||
"mirror://sourceforge/msmtp/msmtp-" version ".tar.bz2"))
|
||||
(sha256 (base32
|
||||
"122z38pv4q03w3mbnhrhg4w85a51258sfdg2ips0b6cgwz3wbw1b"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in New Issue