diff options
Diffstat (limited to 'src/gdal.mk')
-rw-r--r-- | src/gdal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index 94a1342..5276bc0 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := gdal -$(PKG)_WEBSITE := http://www.gdal.org/ +$(PKG)_WEBSITE := https://www.gdal.org/ $(PKG)_DESCR := GDAL $(PKG)_IGNORE := $(PKG)_VERSION := 2.2.3 |