guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcide: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: gcide: Use HTTPS home page URI.
Date: Tue, 26 May 2020 20:04:48 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6fe3a0b  gnu: gcide: Use HTTPS home page URI.
6fe3a0b is described below

commit 6fe3a0b6be998b3c1f5ca46f5328fbda76b6d73a
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed May 27 02:04:39 2020 +0200

    gnu: gcide: Use HTTPS home page URI.
    
    * gnu/packages/dictionaries.scm (gcide)[home-page]: Use HTTPS URI.
---
 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 4f8c35d..c13dbc2 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -119,7 +119,7 @@ acronyms distributed as an info document.")
      "GCIDE is a free dictionary based on a combination of sources.  It can
 be used via the GNU Dico program or accessed online at
 http://gcide.gnu.org.ua/";)
-    (home-page "http://gcide.gnu.org.ua/";)
+    (home-page "https://gcide.gnu.org.ua/";)
     (license license:gpl3+)))
 
 (define-public diction



reply via email to

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