summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-24 22:47:05 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-24 22:48:03 -0700
commit3a964e2025d13e636e2ba4f096ce33dcc4918b1e (patch)
treec5ebbc270234fc22026b51c46dfb180c6bc7da3b /configure.ac
parent3d49fc59ddbe74a182c7c6d6d9743e374fdc0d9f (diff)
Change AC bug-report parameter to point to GitHub
This affects where `make check` tells you to report failures.
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 19f087a2..f682788f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([jq_version], m4_esyscmd_s([git describe --tags --dirty --match 'jq-*'|sed 's/^jq-//']))
-AC_INIT([jq], [jq_version], [mu@netsoc.tcd.ie],
+AC_INIT([jq], [jq_version], [https://github.com/stedolan/jq/issues],
[jq], [http://stedolan.github.com/jq/])
m4_include([m4/ax_compare_version.m4])