[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: mpop: Update home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/06: gnu: mpop: Update home page. |
Date: |
Fri, 10 Aug 2018 21:21:16 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1497b95c7b08863355beb43c29ce180dbb756fe0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 8 21:13:01 2018 +0200
gnu: mpop: Update home page.
* gnu/packages/mail.scm (mpop)[source, home-page]: Update URIs.
---
gnu/packages/mail.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6ad4d13..c76802e 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.
- branch master updated (28e14a6 -> a0b5c99), Tobias Geerinckx-Rice, 2018/08/10
- 02/06: gnu: password-store: Update to 1.7.3., Tobias Geerinckx-Rice, 2018/08/10
- 04/06: gnu: mpop: Update to 1.2.8., Tobias Geerinckx-Rice, 2018/08/10
- 06/06: gnu: proxychains-ng: Update to 4.13., Tobias Geerinckx-Rice, 2018/08/10
- 01/06: gnu: asio: Update to 1.12.1., Tobias Geerinckx-Rice, 2018/08/10
- 03/06: gnu: mpop: Update home page.,
Tobias Geerinckx-Rice <=
- 05/06: gnu: python-gitpython: Update to 2.1.11., Tobias Geerinckx-Rice, 2018/08/10