guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: alpine: Use new URL.


From: Marius Bakke
Subject: 01/02: gnu: alpine: Use new URL.
Date: Tue, 4 Jul 2017 18:24:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 32f9cc3386ec6263d139b39431b54febb2fe632c
Author: ng0 <address@hidden>
Date:   Tue Jul 4 16:00:59 2017 +0000

    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 <address@hidden>
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7ab9829..5180222 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Lukas Gradl <address@hidden>
 ;;; Copyright © 2016 Alex Kost <address@hidden>
 ;;; Copyright © 2016 Troy Sankey <address@hidden>
-;;; Copyright © 2016, 2017 ng0 <address@hidden>
+;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;; Copyright © 2016 Clément Lassieur <address@hidden>
 ;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2016 John Darrington <address@hidden>
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]