mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: lttoolbox: Use HTTPS home page URI.
* gnu/packages/dictionaries.scm (lttoolbox)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
c4178e1a78
commit
a431d93b6a
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ (define-public lttoolbox
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://wiki.apertium.org/wiki/Lttoolbox")
|
(home-page "https://wiki.apertium.org/wiki/Lttoolbox")
|
||||||
(synopsis "Lexical processing toolbox")
|
(synopsis "Lexical processing toolbox")
|
||||||
(description "Lttoolbox is a toolbox for lexical processing, morphological
|
(description "Lttoolbox is a toolbox for lexical processing, morphological
|
||||||
analysis and generation of words. Analysis is the process of splitting a
|
analysis and generation of words. Analysis is the process of splitting a
|
||||||
|
|
Loading…
Reference in a new issue