diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:38:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | 3a066fbe23b329e203f7f6d4f0a1a87f333d237c (patch) | |
tree | e95255dc010f0c34f478079e3b699e87288ae613 /gnu | |
parent | c150d6378d82742ada68fd5655a010488d2d3778 (diff) | |
download | patches-3a066fbe23b329e203f7f6d4f0a1a87f333d237c.tar patches-3a066fbe23b329e203f7f6d4f0a1a87f333d237c.tar.gz |
gnu: wordnet: Use HTTPS home page.
* gnu/packages/wordnet.scm (wordnet)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wordnet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm index abec2f0e50..03dadd431e 100644 --- a/gnu/packages/wordnet.scm +++ b/gnu/packages/wordnet.scm @@ -88,7 +88,7 @@ (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, |