Skip to content

Commit

Permalink
Fix maintainer naming (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellmann Santos <[email protected]>
  • Loading branch information
hellantos authored Jun 27, 2023
1 parent 3632137 commit 55c9aa4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion canopen_402_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>canopen_402_driver</name>
<version>0.2.6</version>
<description>Driiver for devices implementing CIA402 profile</description>
<maintainer email="[email protected]">christoph</maintainer>
<maintainer email="[email protected]">Christoph Hellmann Santos</maintainer>
<license>LGPL-v3</license>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion canopen_base_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>canopen_base_driver</name>
<version>0.2.6</version>
<description>Library containing abstract CANopen driver class for ros2_canopen</description>
<maintainer email="[email protected]">christoph</maintainer>
<maintainer email="[email protected]">Christoph Hellmann Santos</maintainer>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion canopen_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>canopen_core</name>
<version>0.2.6</version>
<description>Core ros2_canopen functionalities such as DeviceContainer and master</description>
<maintainer email="[email protected]">christoph</maintainer>
<maintainer email="[email protected]">Christoph Hellmann Santos</maintainer>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion canopen_proxy_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>canopen_proxy_driver</name>
<version>0.2.6</version>
<description>Simple proxy driver for the ros2_canopen stack</description>
<maintainer email="[email protected]">christoph</maintainer>
<maintainer email="[email protected]">Christoph Hellmann Santos</maintainer>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion canopen_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>canopen_utils</name>
<version>0.2.6</version>
<description>Utils for working with ros2_canopen.</description>
<maintainer email="[email protected]">christoph</maintainer>
<maintainer email="[email protected]">Christoph Hellmann Santos</maintainer>
<license>Apache-2.0</license>
<depend>rclpy</depend>
<depend>canopen_interfaces</depend>
Expand Down

0 comments on commit 55c9aa4

Please sign in to comment.