mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: wordnet: Use HTTPS home page.
* gnu/packages/wordnet.scm (wordnet)[home-page]: Use HTTPS.
This commit is contained in:
parent
c150d6378d
commit
3a066fbe23
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ (define-public wordnet
|
|||
|
||||
(inputs `(("tk" ,tk)
|
||||
("tcl" ,tcl)))
|
||||
(home-page "http://wordnet.princeton.edu/")
|
||||
(home-page "https://wordnet.princeton.edu/")
|
||||
(synopsis "Lexical database for the English language")
|
||||
(description
|
||||
"WordNet is a large lexical database of English. Nouns, verbs,
|
||||
|
|
Loading…
Reference in a new issue