mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: glfw: Use HTTPS home page.
* gnu/packages/gl.scm (glfw)[home-page]: Use HTTPS.
This commit is contained in:
parent
fe5ed0bbe3
commit
c9938fa84f
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ (define-public glfw
|
|||
("libxinerama" ,libxinerama)
|
||||
("libxcursor" ,libxcursor)
|
||||
("libxxf86vm" ,libxxf86vm)))
|
||||
(home-page "http://www.glfw.org")
|
||||
(home-page "https://www.glfw.org")
|
||||
(synopsis "OpenGL application development library")
|
||||
(description
|
||||
"GLFW is a library for OpenGL, OpenGL ES and Vulkan development for
|
||||
|
|
Loading…
Reference in a new issue