Skip to content

Commit 4bd8e5b

Browse files
author
Michael Jeronimo
authored
Update maintainer list in package.xml files (#474)
* Update maintainer list in package.xml files Signed-off-by: Michael Jeronimo <[email protected]> Signed-off-by: Chris Lalancette <[email protected]>
1 parent ccf6cdd commit 4bd8e5b

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

ament_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The ability to check code against style conventions using
88
clang-format and generate xUnit test result files.</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The ability to check code against style conventions using
88
clang-tidy and generate xUnit test result files.</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_cmake_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_clang_format to lint C / C++ code using clang format.
88
</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_cmake_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
88
</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_cmake_copyright/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.16.3</version>
66
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>
77

8-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
8+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
99

1010
<license>Apache License 2.0</license>
1111

ament_cmake_cppcheck/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
code using Cppcheck.
99
</description>
1010

11-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
11+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1212

1313
<license>Apache License 2.0</license>
1414

ament_cmake_cpplint/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
88
</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_cmake_flake8/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with flake8.
99
</description>
1010

11-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
11+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1212

1313
<license>Apache License 2.0</license>
1414

ament_cmake_lint_cmake/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
88
</description>
99

10-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
10+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1111

1212
<license>Apache License 2.0</license>
1313

ament_cmake_mypy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with mypy.
99
</description>
1010

11-
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
11+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
1212

1313
<license>Apache License 2.0</license>
1414

0 commit comments

Comments
 (0)