diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-08 05:13:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-08 05:23:37 +0200 |
commit | fc3560fff11571d33c6d979bda4270ba2df2896f (patch) | |
tree | ab81eb3ac1c9f76841c0bc94d8fca85932f9e65e | |
parent | 625761a5025131606bf40b22d056aa5a3912533c (diff) | |
download | patches-fc3560fff11571d33c6d979bda4270ba2df2896f.tar patches-fc3560fff11571d33c6d979bda4270ba2df2896f.tar.gz |
gnu: hunspell: Update home page.
* gnu/packages/libreoffice.scm (hunspell)[home-page]: Update it.
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index f7775ff4a0..a6f2667cba 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -707,7 +707,7 @@ Zoner Draw version 4 and 5.") (build-system gnu-build-system) (inputs `(("perl" ,perl))) - (home-page "http://hunspell.sourceforge.net/") + (home-page "https://hunspell.github.io/") (synopsis "Spell checker") (description "Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex |