diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-18 17:18:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-18 17:20:53 +0200 |
commit | e1287aed0c2bbe63bd56cf43b846be439d16a823 (patch) | |
tree | a601cc5a4f44d23184a3fd437e5e54204098ecc8 /gnu | |
parent | 1d3be5d963418a30af6753374ac66a29dbccfdb7 (diff) | |
download | guix-e1287aed0c2bbe63bd56cf43b846be439d16a823.tar guix-e1287aed0c2bbe63bd56cf43b846be439d16a823.tar.gz |
gnu: fish-guix: Update home page.
* gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
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 6b9125e77f..65e0eda50a 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -172,7 +172,7 @@ highlighting.") #:phases (modify-phases %standard-phases (delete 'configure)))) ; No configure script. - (home-page "https://pragmatique.xyz/software/fish-guix.html") + (home-page "https://www.infotropique.org/projects/fish-guix/") (synopsis "Fish completions for Guix") (description "Fish-guix provides completions for Guix for users of the fish shell.") |