gnu: hunspell, mythes: Update home page.

* gnu/packages/libreoffice.scm (hunspell, mythes)[home-page]: Update.
Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2022-11-20 01:00:07 +01:00
parent f4e4ba8a1b
commit a95ec3ef07
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -992,7 +992,7 @@ spell-checking library.")
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list perl)) (list perl))
(home-page "http://hunspell.sourceforge.net/") (home-page "https://hunspell.github.io/")
(synopsis "Hyphenation library") (synopsis "Hyphenation library")
(description "Hyphen is a hyphenation library using TeX hyphenation (description "Hyphen is a hyphenation library using TeX hyphenation
patterns, which are pre-processed by a perl script.") patterns, which are pre-processed by a perl script.")
@ -1063,7 +1063,7 @@ spell-checking library.")
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list hunspell perl)) (list hunspell perl))
(home-page "http://hunspell.sourceforge.net/") (home-page "https://hunspell.github.io/")
(synopsis "Thesaurus") (synopsis "Thesaurus")
(description "MyThes is a simple thesaurus that uses a structured text (description "MyThes is a simple thesaurus that uses a structured text
data file and an index file with binary search to look up words and phrases data file and an index file with binary search to look up words and phrases