aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-02-27 16:41:32 +1300
committerMike Toews <mwtoews@gmail.com>2018-02-27 16:41:32 +1300
commitd23f5d7cb59df732b8f5ce3b8d5ab71b64471809 (patch)
treeca8a7dd03c0d77239620305a29b83ce6298eb310 /configure.ac
parenta5f4f52d0050ba5e171962d0640797a76e33aca7 (diff)
downloadPROJ-d23f5d7cb59df732b8f5ce3b8d5ab71b64471809.tar.gz
PROJ-d23f5d7cb59df732b8f5ce3b8d5ab71b64471809.zip
Modify project bugreport (autoconf)
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 ecc6e31b..898d8b3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([PROJ.4 Projections], 5.0.0, [warmerdam@pobox.com], proj)
+AC_INIT([PROJ.4 Projections], 5.0.0, [https://github.com/OSGeo/proj.4/issues], proj)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)