From ed9b72a1a8d0dcb18310ab5e4b63edb0a91e9fad Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 24 Nov 2017 14:34:36 +0000 Subject: [PATCH 2/3] gnu: fish-guix: Use new URL. * gnu/packages/shells.scm (fish-guix)[source]: Use new URL. (home-page): Use new URL. --- 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 2792b2e28..7ea521a08 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.") -- 2.15.0