From 78da35682a1804427fedf740db0571a29424bd46 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 21 Oct 2019 07:33:30 +0300 Subject: [PATCH] Set autoconf bug-report param to point to github issues --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a2da157..e845a4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([jansson], [2.12], [petri@digip.org]) +AC_INIT([jansson], [2.12], [https://github.com/akheron/jansson/issues]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([1.10 foreign])