guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: wordnet: Use HTTPS home page.


From: guix-commits
Subject: 02/09: gnu: wordnet: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:54:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3a066fbe23b329e203f7f6d4f0a1a87f333d237c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:38:35 2020 +0100

    gnu: wordnet: Use HTTPS home page.
    
    * gnu/packages/wordnet.scm (wordnet)[home-page]: Use HTTPS.
---
 gnu/packages/wordnet.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm
index abec2f0..03dadd4 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]