guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: cogl: Use HTTPS home page.


From: guix-commits
Subject: 04/04: gnu: cogl: Use HTTPS home page.
Date: Mon, 16 Mar 2020 11:33:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 89b49245ef1230aba62abac8263b39d04e144fb1
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:51:38 2020 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a80bce9..1a213be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4586,7 +4586,7 @@ throughout GNOME for API documentation).")
                                        (assoc-ref inputs "xorg-server")))
                        (setenv "DISPLAY" ":1")
                        #t)))))
-    (home-page "http://www.cogl3d.org";)
+    (home-page "https://www.cogl3d.org";)
     (synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
     (description
      "Cogl is a small library for using 3D graphics hardware to draw pretty



reply via email to

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