diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:50:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 03:01:13 +0100 |
commit | c9938fa84f17b267e769fa1fbaa80dc9ad821ebe (patch) | |
tree | 7e6a10cc09efb446f0e6ecc3fa295000a1bb008f | |
parent | fe5ed0bbe3acc58a71954adc836687d3c96cbb68 (diff) | |
download | guix-c9938fa84f17b267e769fa1fbaa80dc9ad821ebe.tar.gz |
gnu: glfw: Use HTTPS home page.
* gnu/packages/gl.scm (glfw)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index c82d33037e..01241cd88e 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 |