Skip to content

Commit

Permalink
Update maintainers in setup.py (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
audrow authored Nov 23, 2021
1 parent b84b727 commit 20aef20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
zip_safe=True,
author='William Woodall',
author_email='[email protected]',
maintainer='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down
4 changes: 2 additions & 2 deletions launch_testing_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
zip_safe=True,
author='Pete Baughman',
author_email='[email protected]',
maintainer='Pete Baughman',
maintainer_email='[email protected]',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='[email protected], [email protected], [email protected]', # noqa: E501
url='https://github.com/ros2/launch_ros',
download_url='https://github.com/ros2/launch_ros/releases',
keywords=['ROS'],
Expand Down
4 changes: 2 additions & 2 deletions ros2launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='William Woodall',
author_email='[email protected]',
maintainer='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
url='https://github.com/ros2/launch/tree/master/ros2launch',
download_url='https://github.com/ros2/launch/releases',
keywords=[],
Expand Down
4 changes: 2 additions & 2 deletions test_launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
author='William Woodall',
author_email='[email protected]',
maintainer='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, [email protected], [email protected]', # noqa: E501
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down

0 comments on commit 20aef20

Please sign in to comment.