3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpop: Use 'sourceforge' mirror.

This is a followup to commit 5837e69936.

* gnu/packages/mail.scm (mpop)[source]: Use 'sourceforge' mirror.
This commit is contained in:
Leo Famulari 2016-11-17 15:55:06 -05:00
parent 5837e69936
commit 175c910380
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1475,8 +1475,8 @@ converts them to maildir format directories.")
(source
(origin
(method url-fetch)
(uri (string-append "http://downloads.sourceforge.net/mpop/mpop-"
version ".tar.xz"))
(uri (string-append "mirror://sourceforge/mpop/mpop/" version
"/mpop-" version ".tar.xz"))
(sha256
(base32
"0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))