diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-08 21:13:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 03:08:45 +0200 |
commit | 1497b95c7b08863355beb43c29ce180dbb756fe0 (patch) | |
tree | e6d33481ac3a3607327ba335a0f69ce8f6d85aff /gnu | |
parent | 3e9aa5cff31eee3b7c8780bfcc4e6070d57beeee (diff) | |
download | guix-1497b95c7b08863355beb43c29ce180dbb756fe0.tar guix-1497b95c7b08863355beb43c29ce180dbb756fe0.tar.gz |
gnu: mpop: Update home page.
* gnu/packages/mail.scm (mpop)[source, home-page]: Update URIs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6ad4d13aad..c76802e5c1 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1861,8 +1861,8 @@ converts them to maildir format directories.") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/mpop/mpop/" version - "/mpop-" version ".tar.xz")) + (uri (string-append "https://marlam.de/mpop/releases/" + name "-" version ".tar.xz")) (sha256 (base32 "0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z")))) @@ -1874,7 +1874,7 @@ converts them to maildir format directories.") `(("pkg-config" ,pkg-config))) (arguments `(#:configure-flags (list "--with-tls=gnutls"))) - (home-page "http://mpop.sourceforge.net/") + (home-page "https://marlam.de/mpop/") (synopsis "POP3 mail client") (description "mpop is a small and fast POP3 client suitable as a fetchmail replacement. |