diff --git a/ALTree/Utils.pm b/ALTree/Utils.pm
index 185d16e83a1530ed9bcca4f7e4e061522755169a..ddaa5a7837289d779de71ec30b603ef8a5395bef 100644
--- a/ALTree/Utils.pm
+++ b/ALTree/Utils.pm
@@ -42,7 +42,7 @@ sub internal_error
 
     die("Internal error: $msg\n".
 	"Please, report this bug (with all is needed to reproduce it) to:\n".
-	"bardel\@vjf.inserm.fr\n");
+	"Claire.Bardel\@univ-lyon1.fr\n");
 }
 
 1;
diff --git a/CUtils/Makefile.PL b/CUtils/Makefile.PL
index 1933dda22dea7a79928a1551a69f0c3b76d6ad29..1d3325ee0e26548dfef0c62869419a4e4f8ff9ad 100644
--- a/CUtils/Makefile.PL
+++ b/CUtils/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
     PREREQ_PM         => {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/ALTree/CUtils.pm', # retrieve abstract from module
-       AUTHOR         => 'Claire Bardel <bardel@vjf.inserm.fr>') : ()),
+       AUTHOR         => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()),
     LIBS              => ['-lm '], # e.g., '-lm'
     DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
     INC               => '-I.', # e.g., '-I. -I/usr/include/other'
diff --git a/CUtils/lib/ALTree/CUtils.pm b/CUtils/lib/ALTree/CUtils.pm
index c99756a004500d4241edd921879fc960d211d835..2dc300b661ad344ec29fe91d2e4b4213a8429245 100644
--- a/CUtils/lib/ALTree/CUtils.pm
+++ b/CUtils/lib/ALTree/CUtils.pm
@@ -115,7 +115,7 @@ If you have a web site set up for your module, mention it here.
 
 =head1 AUTHOR
 
-Claire Bardel, E<lt>bardel@vjf.inserm.frE<gt>
+Claire Bardel, E<lt>Claire.Bardel@univ-lyon1.frE<gt>
 
 =head1 COPYRIGHT AND LICENSE