From 3a964e2025d13e636e2ba4f096ce33dcc4918b1e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 24 Jul 2015 22:47:05 -0700 Subject: Change AC bug-report parameter to point to GitHub This affects where `make check` tells you to report failures. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3