summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-11-24 14:34:36 +0000
committerLeo Famulari <leo@famulari.name>2017-11-26 18:21:19 -0500
commitf953aa56cc211229d0a6cc8ba3f5ef29fe92e73f (patch)
tree31892fd6b9949d55bc232f679e0ef2529d0ae65e
parent66e47916d48b53e0276bea2f3c744bdaed3fcbc5 (diff)
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 <leo@famulari.name>
-rw-r--r--gnu/packages/shells.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2792b2e2899..7ea521a083b 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -153,7 +153,7 @@ highlighting.")
153 (source 153 (source
154 (origin 154 (origin
155 (method url-fetch) 155 (method url-fetch)
156 (uri (string-append "https://dist.infotropique.org/fish-guix/" 156 (uri (string-append "https://d.n0.is/releases/fish-guix/"
157 name "-" version ".tar.xz")) 157 name "-" version ".tar.xz"))
158 (sha256 158 (sha256
159 (base32 159 (base32
@@ -166,7 +166,7 @@ highlighting.")
166 #:phases 166 #:phases
167 (modify-phases %standard-phases 167 (modify-phases %standard-phases
168 (delete 'configure)))) ; No configure script. 168 (delete 'configure)))) ; No configure script.
169 (home-page "https://www.infotropique.org/projects/fish-guix/") 169 (home-page "https://n0.is/s/fish-guix/")
170 (synopsis "Fish completions for Guix") 170 (synopsis "Fish completions for Guix")
171 (description 171 (description
172 "Fish-guix provides completions for Guix for users of the fish shell.") 172 "Fish-guix provides completions for Guix for users of the fish shell.")