diff options
author | ng0 <ng0@infotropique.org> | 2017-07-04 16:00:59 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-05 00:24:02 +0200 |
commit | 32f9cc3386ec6263d139b39431b54febb2fe632c (patch) | |
tree | ba6b5b3626b55f65a6b2fa5b47de2107ed09e932 /gnu/packages/mail.scm | |
parent | 425ab478ac99452dff6a71b16caa46ae06d5b550 (diff) | |
download | guix-32f9cc3386ec6263d139b39431b54febb2fe632c.tar.gz |
gnu: alpine: Use new URL.
* gnu/packages/mail.scm (alpine)[source]: Use new URL for download. (home-page): Use new URL. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 7ab9829196..51802229b0 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> ;;; Copyright © 2016 Alex Kost <alezost@gmail.com> ;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com> -;;; Copyright © 2016, 2017 ng0 <ng0@no-reply.infotropique.org> +;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2016 John Darrington <jmd@gnu.org> @@ -2228,8 +2228,8 @@ operators and scripters.") ;; There are two versions: the plain continuation of Alpine without extra ;; patches and the version which adds extra fixes. Every distro uses ;; the patched version, and so do we to not break expectations. - ;; http://patches.freeiz.com/alpine/readme/README.patches - (uri (string-append "http://patches.freeiz.com/alpine/patches/alpine-" + ;; http://alpine.freeiz.com/alpine/readme/README.patches + (uri (string-append "http://alpine.freeiz.com/alpine/patches/alpine-" version "/alpine-" version ".tar.xz")) (sha256 (base32 @@ -2271,7 +2271,7 @@ operators and scripters.") ("aspell" ,aspell) ("tcl" ,tcl) ("linux-pam" ,linux-pam))) - (home-page "http://patches.freeiz.com/alpine/") + (home-page "http://alpine.freeiz.com/alpine/") (synopsis "Alternatively Licensed Program for Internet News and Email") (description "Alpine is a text-based mail and news client. Alpine includes several |