guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: fish-guix: Use new URL.


From: Leo Famulari
Subject: 02/03: gnu: fish-guix: Use new URL.
Date: Sun, 26 Nov 2017 18:22:00 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f953aa56cc211229d0a6cc8ba3f5ef29fe92e73f
Author: ng0 <address@hidden>
Date:   Fri Nov 24 14:34:36 2017 +0000

    gnu: fish-guix: Use new URL.
    
    * gnu/packages/shells.scm (fish-guix)[source]: Use new URL.
    (home-page): Use new URL.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2792b2e..7ea521a 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -153,7 +153,7 @@ highlighting.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dist.infotropique.org/fish-guix/";
+       (uri (string-append "https://d.n0.is/releases/fish-guix/";
                            name "-" version ".tar.xz"))
        (sha256
         (base32
@@ -166,7 +166,7 @@ highlighting.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)))) ; No configure script.
-    (home-page "https://www.infotropique.org/projects/fish-guix/";)
+    (home-page "https://n0.is/s/fish-guix/";)
     (synopsis "Fish completions for Guix")
     (description
      "Fish-guix provides completions for Guix for users of the fish shell.")



reply via email to

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