From 8d47d736f2af618845985b8fbae64ace3f0dcee3 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 26 Nov 2012 21:29:17 +0100 Subject: [PATCH] configure: adjust bug report address Acked-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3ec20fb..dec8c8d 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([can-utils], [trunk], [socketcan-core@lists.berlios.de]) +AC_INIT([can-utils], [trunk], [linux-can@vger.kernel.org]) AC_CONFIG_SRCDIR([lib.c]) AC_CONFIG_MACRO_DIR([config/m4]) AC_CONFIG_AUX_DIR([config/autoconf])