* configure.ac: Set it to projects@lrde.epita.fr. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 63e9de1..9dbedf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-07 Roland Levillain roland@lrde.epita.fr + + Change Nolimips' bug report e-mail address. + + * configure.ac: Set it to projects@lrde.epita.fr. + 2012-10-17 Akim Demaille akim@lrde.epita.fr
build-aux: update tools diff --git a/configure.ac b/configure.ac index 8a3a708..72dd7e4 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.59])
## Project ----------------------------- -AC_INIT([Nolimips], [0.9a], [benoit@lrde.epita.fr]) +AC_INIT([Nolimips], [0.9a], [projects@lrde.epita.fr])
## Setup Autotools ---------------------