summaryrefslogtreecommitdiff
path: root/gnu/packages/enchant.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-28 02:07:56 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-09-26 00:33:00 +0200
commit52b87855ea64f02a254f6b510346dfb0e20dd5a7 (patch)
tree52f6d0e6b820ba87f97174ed42c96b09456d0626 /gnu/packages/enchant.scm
parent280fc8351230a8fea086d9bbce919ba8395f312c (diff)
downloadguix-patches-52b87855ea64f02a254f6b510346dfb0e20dd5a7.tar
guix-patches-52b87855ea64f02a254f6b510346dfb0e20dd5a7.tar.gz
gnu: enchant: Update home page.
* gnu/packages/enchant.scm (enchant)[home-page]: Set to URL mentioned on the legacy home page.
Diffstat (limited to 'gnu/packages/enchant.scm')
-rw-r--r--gnu/packages/enchant.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 8b2796d0e2..1c6506ebf1 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -57,5 +57,5 @@ Enchant steps in to provide uniformity and conformity on top of these libraries,
and implement certain features that may be lacking in any individual provider
library. Everything should \"just work\" for any and every definition of \"just
working\".")
- (home-page "http://www.abisource.com/projects/enchant")
+ (home-page "https://abiword.github.io/enchant/")
(license lgpl2.1+)))