gnu: mpop: Update home page.

* gnu/packages/mail.scm (mpop)[source, home-page]: Update URIs.
master
Tobias Geerinckx-Rice 2018-08-08 21:13:01 +02:00
parent 3e9aa5cff3
commit 1497b95c7b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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.