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>
This commit is contained in:
ng0 2017-05-03 23:36:16 +00:00 committed by Ludovic Courtès
parent d7ecab74ee
commit 4032dd81d5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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.")