guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: ding: Use HTTPS home page.


From: guix-commits
Subject: 10/14: gnu: ding: Use HTTPS home page.
Date: Mon, 9 Mar 2020 11:01:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ef752646aa924d716f3f5843a958fb63edb8cb6a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:58:53 2020 +0100

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

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 98b710a..d8e30a5 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -199,7 +199,7 @@ work, such as sentence length and other readability 
measures.")
     (synopsis "Dictionary lookup program with a German-English dictionary")
     (description "Ding is a dictionary lookup program for the X window system.
 It comes with a German-English dictionary with approximately 270,000 entries.")
-    (home-page  "http://www-user.tu-chemnitz.de/~fri/ding/";)
+    (home-page  "https://www-user.tu-chemnitz.de/~fri/ding/";)
     (license license:gpl2+)))
 
 (define-public grammalecte



reply via email to

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