guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: gcompris: Use HTTPS home page URI.
Date: Mon, 25 May 2020 13:31:18 -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 09a3d34  gnu: gcompris: Use HTTPS home page URI.
09a3d34 is described below

commit 09a3d34cf53348d870e360d650a880e5f0064355
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 19:30:59 2020 +0200

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

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index d6c2cd0..980cec5 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -114,7 +114,7 @@
        ("texi2html" ,texi2html)
        ("glib:bin" ,glib "bin")
        ("pkg-config" ,pkg-config)))
-    (home-page "http://gcompris.net";)
+    (home-page "https://gcompris.net";)
     (synopsis "Educational software suite")
     (description "GCompris is an educational software suite comprising of
 numerous activities for children aged 2 to 10.  Some of the activities are



reply via email to

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