From 095b797b99a7b5636f0d5b016e4e7712239c9b7e Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 2 Jun 2020 18:01:59 -0400 Subject: [PATCH] Update maintainer email for ros2trace_analysis Signed-off-by: Christophe Bedard --- ros2trace_analysis/package.xml | 2 +- ros2trace_analysis/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ros2trace_analysis/package.xml b/ros2trace_analysis/package.xml index 56ba050..dbd05cf 100644 --- a/ros2trace_analysis/package.xml +++ b/ros2trace_analysis/package.xml @@ -4,7 +4,7 @@ ros2trace_analysis 1.0.0 The trace analysis command for ROS 2 command line tools. - Christophe Bedard + Christophe Bedard Apache 2.0 Christophe Bedard diff --git a/ros2trace_analysis/setup.py b/ros2trace_analysis/setup.py index e81e7b3..4496b5a 100644 --- a/ros2trace_analysis/setup.py +++ b/ros2trace_analysis/setup.py @@ -18,7 +18,7 @@ setup( 'Christophe Bedard' ), maintainer_email=( - 'christophe.bedard@apex.ai' + 'bedard.christophe@gmail.com' ), author='Christophe Bedard', author_email='christophe.bedard@apex.ai',