aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-06-01 16:22:39 +1200
committerMike Taves <mwtoews@gmail.com>2019-06-01 16:22:39 +1200
commita80d595cce62bbca2804976988cb7483a45bc523 (patch)
tree2d28f80291b86e51ade74fda904bc2f858d3c4ea /configure.ac
parent5558c91f1cfa63ffc79e648caafb957288849654 (diff)
downloadPROJ-a80d595cce62bbca2804976988cb7483a45bc523.tar.gz
PROJ-a80d595cce62bbca2804976988cb7483a45bc523.zip
Update website: proj4.org -> proj.org
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 a76710d0..4d0d3a17 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], [6.1.0],
- [https://github.com/OSGeo/proj.4/issues], proj, [https://proj4.org])
+ [https://github.com/OSGeo/proj.4/issues], proj, [https://proj.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)