mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: mpop: Update home page.
* gnu/packages/mail.scm (mpop)[source, home-page]: Update URIs.
This commit is contained in:
parent
3e9aa5cff3
commit
1497b95c7b
1 changed files with 3 additions and 3 deletions
|
@ -1861,8 +1861,8 @@ (define-public mpop
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/mpop/mpop/" version
|
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||||
"/mpop-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
|
"0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
|
||||||
|
@ -1874,7 +1874,7 @@ (define-public mpop
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--with-tls=gnutls")))
|
`(#:configure-flags (list "--with-tls=gnutls")))
|
||||||
(home-page "http://mpop.sourceforge.net/")
|
(home-page "https://marlam.de/mpop/")
|
||||||
(synopsis "POP3 mail client")
|
(synopsis "POP3 mail client")
|
||||||
(description "mpop is a small and fast POP3 client suitable as a
|
(description "mpop is a small and fast POP3 client suitable as a
|
||||||
fetchmail replacement.
|
fetchmail replacement.
|
||||||
|
|
Loading…
Reference in a new issue