summaryrefslogtreecommitdiff
path: root/user/glfw
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-16 18:12:44 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-16 18:12:44 +0000
commit25e9a5c7d9a77d186a4af1081168e3e8a6468fa9 (patch)
treed9b30fa8c0804a434e953ff7151d24784f0a073f /user/glfw
parent48e3b586a734142da75f6bac566aadb999379ba4 (diff)
downloadpackages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.gz
packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.bz2
packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.tar.xz
packages-25e9a5c7d9a77d186a4af1081168e3e8a6468fa9.zip
user/*: Fix URLs
Diffstat (limited to 'user/glfw')
-rw-r--r--user/glfw/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/glfw/APKBUILD b/user/glfw/APKBUILD
index 800875dd4..7acd66438 100644
--- a/user/glfw/APKBUILD
+++ b/user/glfw/APKBUILD
@@ -4,7 +4,7 @@ pkgname=glfw
pkgver=3.3.2
pkgrel=0
pkgdesc="OpenGL desktop development library"
-url="http://www.glfw.org/"
+url="https://www.glfw.org/"
arch="all"
options="!check" # Tests require X11, GL, and manual intervention.
license="Zlib"