~ruther/guix-local

4032dd81d520666375e72914b5946620cac009a7 — ng0 8 years ago d7ecab7
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +1 -1
@@ 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.")