diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:58:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | ef752646aa924d716f3f5843a958fb63edb8cb6a (patch) | |
tree | 38a666c4b02c87c6da62d0692cc7f2a6e2d98623 /gnu | |
parent | b3851745f14a3b37462185733f15e106ffcfb5b3 (diff) | |
download | patches-ef752646aa924d716f3f5843a958fb63edb8cb6a.tar patches-ef752646aa924d716f3f5843a958fb63edb8cb6a.tar.gz |
gnu: ding: Use HTTPS home page.
* gnu/packages/dictionaries.scm (ding)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dictionaries.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 98b710ab6d..d8e30a5524 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 |