From dc15bc8fe3c6bdfc54c7117ae8af0aaf7839690f Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 19 Jan 2018 08:07:33 -0800 Subject: [PATCH] Set bug-report-address in AC_INIT to mailing list Until/unless a bug reporting system is in place the mailing list seems an appropriate place. Signed-off-by: Jason Self --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e26493e..ddfd339 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([muddle], [1.0], [keziahw@gmail.com]) +AC_INIT([muddle], [1.0], [muddle@muddlers.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_CONFIG_HEADERS([config.h]) -- 2.31.1