[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: guile-wisp: fix url
From: |
guix-commits |
Subject: |
04/04: gnu: guile-wisp: fix url |
Date: |
Fri, 12 Jul 2019 17:54:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 17f90b679ff7bb26f168db0097d421c852ef36e3
Author: Arne Babenhauserheide <address@hidden>
Date: Fri Jul 12 23:31:44 2019 +0200
gnu: guile-wisp: fix url
* gnu/packages/guile-xyz.scm (guile-wisp): add www to url (required due to
hoster-changes)
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 930cd62..c16342d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1420,7 +1420,7 @@ The library is shipped with documentation in Info format
and usage examples.")
(assoc-ref emacs:%standard-phases 'build))
(add-after 'compile-emacs-files 'make-autoloads
(assoc-ref emacs:%standard-phases 'make-autoloads)))))
- (home-page "https://draketo.de/english/wisp")
+ (home-page "https://www.draketo.de/english/wisp")
(inputs
`(("guile" ,guile-2.2)))
(native-inputs