[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: fish-guix: Adjust the home-page.
From: |
Ludovic Courtès |
Subject: |
04/06: gnu: fish-guix: Adjust the home-page. |
Date: |
Thu, 4 May 2017 12:05:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4032dd81d520666375e72914b5946620cac009a7
Author: ng0 <address@hidden>
Date: Wed May 3 23:36:16 2017 +0000
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 <address@hidden>
---
gnu/packages/shells.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5f57619..d87d58e 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.")
- branch master updated (3e961de -> 396d12f), Ludovic Courtès, 2017/05/04
- 03/06: gnu: Add address@hidden, Ludovic Courtès, 2017/05/04
- 04/06: gnu: fish-guix: Adjust the home-page.,
Ludovic Courtès <=
- 06/06: store: Use 'write-bytevector' instead of hand-coded equivalent., Ludovic Courtès, 2017/05/04
- 02/06: tests: Use 'fold-module-public-variables' for discovery., Ludovic Courtès, 2017/05/04
- 05/06: store: Add store path computation procedures., Ludovic Courtès, 2017/05/04
- 01/06: nls: Mark (guix discovery) as translatable., Ludovic Courtès, 2017/05/04