nckx pushed a commit to branch master
in repository guix.

commit c9938fa84f17b267e769fa1fbaa80dc9ad821ebe
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 23:50:20 2020 +0100

    gnu: glfw: Use HTTPS home page.
    
    * gnu/packages/gl.scm (glfw)[home-page]: Use HTTPS.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index c82d330..01241cd 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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

Reply via email to