diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:51:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-16 16:32:43 +0100 |
commit | 89b49245ef1230aba62abac8263b39d04e144fb1 (patch) | |
tree | 421db3795fb0f8bae1e61538d81888bbcfdae172 /gnu/packages/gnome.scm | |
parent | 0d2753ccc138877aea367512c8e6e3babb0ed474 (diff) |
gnu: cogl: Use HTTPS home page.
* gnu/packages/gnome.scm (cogl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |