Skip to content

Commit 593d33a

Browse files
authored
Fix url in setup.py (backport #413) (#415)
* Fix url in setup.py (#413) Signed-off-by: Wei Hu <[email protected]> (cherry picked from commit edb6376)
1 parent 26a5323 commit 593d33a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

launch_ros/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
author_email='[email protected]',
2525
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
2626
maintainer_email='[email protected], [email protected], [email protected]', # noqa: E501
27-
url='https://github.com/ros2/launch',
28-
download_url='https://github.com/ros2/launch/releases',
27+
url='https://github.com/ros2/launch_ros',
28+
download_url='https://github.com/ros2/launch_ros/releases',
2929
keywords=['ROS'],
3030
classifiers=[
3131
'Intended Audience :: Developers',

ros2launch/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
author_email='[email protected]',
1919
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
2020
maintainer_email='[email protected], [email protected], [email protected]', # noqa: E501
21-
url='https://github.com/ros2/launch/tree/master/ros2launch',
22-
download_url='https://github.com/ros2/launch/releases',
21+
url='https://github.com/ros2/launch_ros/tree/master/ros2launch',
22+
download_url='https://github.com/ros2/launch_ros/releases',
2323
keywords=[],
2424
classifiers=[
2525
'Environment :: Console',

test_launch_ros/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
author_email='[email protected]',
2424
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
2525
maintainer_email='[email protected], [email protected], [email protected]', # noqa: E501
26-
url='https://github.com/ros2/launch',
27-
download_url='https://github.com/ros2/launch/releases',
26+
url='https://github.com/ros2/launch_ros',
27+
download_url='https://github.com/ros2/launch_ros/releases',
2828
keywords=['ROS'],
2929
classifiers=[
3030
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)