From a030533262e920d7d39bbf11e1c599a974d729a3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 9 Feb 2012 14:52:33 -0500 Subject: [PATCH] New maintainer Signed-off-by: Mathieu Desnoyers --- README | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.34.1