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:
parent
5837e69936
commit
175c910380
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue