mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
d7ecab74ee
commit
4032dd81d5
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ (define-public fish-guix
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; No configure script.
|
(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")
|
(synopsis "Fish completions for Guix")
|
||||||
(description
|
(description
|
||||||
"Fish-guix provides completions for Guix for users of the fish shell.")
|
"Fish-guix provides completions for Guix for users of the fish shell.")
|
||||||
|
|
Loading…
Reference in a new issue