summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 00:51:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-16 16:32:43 +0100
commit89b49245ef1230aba62abac8263b39d04e144fb1 (patch)
tree421db3795fb0f8bae1e61538d81888bbcfdae172
parent0d2753ccc138877aea367512c8e6e3babb0ed474 (diff)
downloadpatches-89b49245ef1230aba62abac8263b39d04e144fb1.tar
patches-89b49245ef1230aba62abac8263b39d04e144fb1.tar.gz
gnu: cogl: Use HTTPS home page.
* gnu/packages/gnome.scm (cogl)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a80bce9332..1a213bebf0 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