mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: cogl: Use HTTPS home page.
* gnu/packages/gnome.scm (cogl)[home-page]: Use HTTPS.
This commit is contained in:
parent
0d2753ccc1
commit
89b49245ef
1 changed files with 1 additions and 1 deletions
|
@ -4586,7 +4586,7 @@ (define-public cogl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue