gnu: cogl: Use HTTPS home page.
* gnu/packages/gnome.scm (cogl)[home-page]: Use HTTPS.
parent
0d2753ccc1
commit
89b49245ef
|
@ -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
|
||||
|
|
Reference in New Issue