gnu: fish-guix: Use new download URL.
* gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
dca82aefbc
commit
be69176bbd
|
@ -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
|
||||
|
|
Reference in New Issue