diff options
Diffstat (limited to 'src/glfw2.mk')
-rw-r--r-- | src/glfw2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glfw2.mk b/src/glfw2.mk index 7626bd6..aba8b08 100644 --- a/src/glfw2.mk +++ b/src/glfw2.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := glfw2 -$(PKG)_WEBSITE := http://www.glfw.org/ +$(PKG)_WEBSITE := https://www.glfw.org/ $(PKG)_DESCR := GLFW 2.x $(PKG)_IGNORE := $(PKG)_VERSION := 2.7.9 |