Use HTTPS when possible

This commit is contained in:
MrVallentin
2018-11-02 20:55:02 +01:00
committed by linkmauve
parent 769f727e47
commit 85fd5aa6c4
10 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ libdir=${exec_prefix}/lib@LIB_SUFFIX@
Name: GLFW
Description: A multi-platform library for OpenGL, window and input
Version: @GLFW_VERSION_FULL@
URL: http://www.glfw.org/
URL: https://www.glfw.org/
Requires.private: @GLFW_PKG_DEPS@
Libs: -L${libdir} -l@GLFW_LIB_NAME@
Libs.private: @GLFW_PKG_LIBS@