Skip to content

Commit 20aef20

Browse files
authored
Update maintainers in setup.py (#287)
Signed-off-by: Audrow Nash <[email protected]>
1 parent b84b727 commit 20aef20

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

launch_ros/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
zip_safe=True,
2323
author='William Woodall',
2424
author_email='[email protected]',
25-
maintainer='William Woodall',
26-
maintainer_email='william@osrfoundation.org',
25+
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
26+
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
2727
url='https://github.com/ros2/launch',
2828
download_url='https://github.com/ros2/launch/releases',
2929
keywords=['ROS'],

launch_testing_ros/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
zip_safe=True,
2121
author='Pete Baughman',
2222
author_email='[email protected]',
23-
maintainer='Pete Baughman',
24-
maintainer_email='[email protected]',
23+
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
24+
maintainer_email='[email protected], [email protected], [email protected]', # noqa: E501
2525
url='https://github.com/ros2/launch_ros',
2626
download_url='https://github.com/ros2/launch_ros/releases',
2727
keywords=['ROS'],

ros2launch/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
zip_safe=True,
1717
author='William Woodall',
1818
author_email='[email protected]',
19-
maintainer='William Woodall',
20-
maintainer_email='william@osrfoundation.org',
19+
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
20+
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
2121
url='https://github.com/ros2/launch/tree/master/ros2launch',
2222
download_url='https://github.com/ros2/launch/releases',
2323
keywords=[],

test_launch_ros/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
author='William Woodall',
2323
author_email='[email protected]',
24-
maintainer='William Woodall',
25-
maintainer_email='william@osrfoundation.org',
24+
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
25+
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
2626
url='https://github.com/ros2/launch',
2727
download_url='https://github.com/ros2/launch/releases',
2828
keywords=['ROS'],

0 commit comments

Comments
 (0)