mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ OpenGL.")
|
|||
("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