~ruther/guix-local

175c9103800640a2ecdc2c33094a03687270b341 — Leo Famulari 9 years ago 5837e69
gnu: mpop: Use 'sourceforge' mirror.

This is a followup to commit 5837e69936fc9f4df4c0745b7c6e31b5642156fe.

* gnu/packages/mail.scm (mpop)[source]: Use 'sourceforge' mirror.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -2
@@ 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"))))