Set bug-report-address in AC_INIT to mailing list
authorJason Self <j@jxself.org>
Fri, 19 Jan 2018 16:07:33 +0000 (08:07 -0800)
committerKaz Wesley <keziahw@gmail.com>
Thu, 25 Jan 2018 17:52:24 +0000 (09:52 -0800)
Until/unless a bug reporting system is in place the mailing list
seems an appropriate place.

Signed-off-by: Jason Self <j@jxself.org>
configure.ac

index e26493e2f07b7248e562a6e129c3dd16990e410f..ddfd3394fd963a6b93b484e174e4bf91be607702 100644 (file)
@@ -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])