mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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>
This commit is contained in:
parent
dca82aefbc
commit
be69176bbd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ (define-public fish-guix
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue