From 76f079c7dea9aec1d67651fb978b503ffd2ddc93 Mon Sep 17 00:00:00 2001 From: Muneyuki Noguchi Date: Mon, 29 Dec 2014 05:49:43 +0000 Subject: [PATCH] Update the contact address in configure.ac --- storm-core/src/native/worker-launcher/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm-core/src/native/worker-launcher/configure.ac b/storm-core/src/native/worker-launcher/configure.ac index ab1ef49b378..5eab5ad7540 100644 --- a/storm-core/src/native/worker-launcher/configure.ac +++ b/storm-core/src/native/worker-launcher/configure.ac @@ -18,7 +18,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(worker-launcher, 1.0.0, storm-user@googlegroups.com) +AC_INIT(worker-launcher, 1.0.0, user@storm.apache.org) AC_GNU_SOURCE AM_INIT_AUTOMAKE([subdir-objects foreign no-dist])