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 download URL.


From: Marius Bakke
Subject: 02/03: gnu: fish-guix: Use new download URL.
Date: Tue, 15 Aug 2017 14:57:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit be69176bbde77bce1e902b64a3f3043362292306
Author: ng0 <address@hidden>
Date:   Thu Aug 10 23:59:02 2017 +0000

    gnu: fish-guix: Use new download URL.
    
    * gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/shells.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 37307c8..f1b4089 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -148,7 +148,7 @@ highlighting.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dist.pragmatique.xyz/fish-guix/";
+       (uri (string-append "https://dist.infotropique.org/fish-guix/";
                            name "-" version ".tar.xz"))
        (sha256
         (base32



reply via email to

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