From 20b78206dcd5b1e6c06e9047da84acf811e4d200 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sat, 10 Dec 2016 21:49:54 +0000 Subject: [PATCH] Direct users to Github issues for bug reports rather than an invalid email address. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e0a4e2fb..12accb13 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([coova-chilli],[1.3.2],[support@coova.com]) +AC_INIT([coova-chilli],[1.3.2],[https://github.com/coova/coova-chilli/issues]) AC_CONFIG_SRCDIR([src/chilli.c]) AM_INIT_AUTOMAKE