diff options
author | ng0 <ng0@infotropique.org> | 2017-08-10 23:59:02 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-08-15 20:41:23 +0200 |
commit | be69176bbde77bce1e902b64a3f3043362292306 (patch) | |
tree | fb22bd6f7d892ec56869be3a090ba4b7b0426cde /gnu | |
parent | dca82aefbcd3a64b40a5fd025e4ff092635afed2 (diff) | |
download | patches-be69176bbde77bce1e902b64a3f3043362292306.tar patches-be69176bbde77bce1e902b64a3f3043362292306.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 37307c807b..f1b408982c 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -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 |