aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-02 19:37:23 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-02 19:40:46 +1200
commit152f34f98de9264eeb2ba92cd36e6c196b12ff8d (patch)
treeda21658b9282562ac1d4ee0531ff7607c7015f71 /configure.ac
parent524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff)
downloadPROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.tar.gz
PROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.zip
Upgrade http:// to https:// where feasible
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68436081..2bedb7e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([PROJ], [5.1.0],
- [https://github.com/OSGeo/proj.4/issues], proj, [http://proj4.org])
+ [https://github.com/OSGeo/proj.4/issues], proj, [https://proj4.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)