From: Mathieu Desnoyers Date: Thu, 9 Feb 2012 19:52:33 +0000 (-0500) Subject: New maintainer X-Git-Tag: v1.5-beta1~99 X-Git-Url: http://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=a030533262e920d7d39bbf11e1c599a974d729a3 New maintainer Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index aaa3ed06..98849b30 100644 --- a/README +++ b/README @@ -73,3 +73,9 @@ compile the git repository tree : If you get the tree from the repository, you will need to use the autogen.sh script. It calls all the GNU tools needed to prepare the tree configuration. + + +* Contact + + Maintainer: Yannick Brosseau + Mailing List: lttng-dev@lists.lttng.org diff --git a/configure.ac b/configure.ac index 92ba9178..f8f49e9e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.38-21032011], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.38-21032011], [yannick.brosseau@gmail.com]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AM_CONFIG_HEADER(config.h)