mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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 @@ (define-public mpop
|
|||
(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