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>
This commit is contained in:
parent
66e47916d4
commit
f953aa56cc
|
@ -153,7 +153,7 @@ highlighting.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -166,7 +166,7 @@ highlighting.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; No configure script.
|
(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")
|
(synopsis "Fish completions for Guix")
|
||||||
(description
|
(description
|
||||||
"Fish-guix provides completions for Guix for users of the fish shell.")
|
"Fish-guix provides completions for Guix for users of the fish shell.")
|
||||||
|
|
Loading…
Reference in New Issue