gnu: hunspell, mythes: Update home page.
* gnu/packages/libreoffice.scm (hunspell, mythes)[home-page]: Update. Use HTTPS.
This commit is contained in:
parent
f4e4ba8a1b
commit
a95ec3ef07
1 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ (define-public hyphen
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list perl))
|
||||
(home-page "http://hunspell.sourceforge.net/")
|
||||
(home-page "https://hunspell.github.io/")
|
||||
(synopsis "Hyphenation library")
|
||||
(description "Hyphen is a hyphenation library using TeX hyphenation
|
||||
patterns, which are pre-processed by a perl script.")
|
||||
|
@ -1063,7 +1063,7 @@ (define-public mythes
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list hunspell perl))
|
||||
(home-page "http://hunspell.sourceforge.net/")
|
||||
(home-page "https://hunspell.github.io/")
|
||||
(synopsis "Thesaurus")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue