diff options
author | ng0 <ng0@no-reply.pragmatique.xyz> | 2017-05-03 23:36:16 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-04 18:05:05 +0200 |
commit | 4032dd81d520666375e72914b5946620cac009a7 (patch) | |
tree | a03b5d6b17dd78302aad8b86424f7d08b885d9a0 /gnu/packages/shells.scm | |
parent | d7ecab74eeaf412ec850efbeb3001cfc6edfe51c (diff) | |
download | guix-4032dd81d520666375e72914b5946620cac009a7.tar guix-4032dd81d520666375e72914b5946620cac009a7.tar.gz |
gnu: fish-guix: Adjust the home-page.
* gnu/packages/shells.scm (fish-guix)[home-page]: Use the correct website.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/shells.scm')
-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 5f57619e02..d87d58e5c6 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -167,7 +167,7 @@ highlighting.") #:phases (modify-phases %standard-phases (delete 'configure)))) ; No configure script. - (home-page "https://pragmatique.noblogs.org/software/fish-guix/downloads/") + (home-page "https://pragmatique.xyz/software/fish-guix.html") (synopsis "Fish completions for Guix") (description "Fish-guix provides completions for Guix for users of the fish shell.") |