Skip to content

Commit 94ff6d2

Browse files
authored
Update Maintainers (#76)
* Add Chris Lalancette to CODEOWNERs file * Update maintainers to Chris Lalancette Signed-off-by: Audrow Nash <[email protected]>
1 parent a761315 commit 94ff6d2

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was generated by https://github.com/audrow/update-ros2-repos
2+
* @clalancette

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<version>1.2.0</version>
55
<description>Python implementation of the URDF parser.</description>
66

7+
<maintainer email="[email protected]">Chris Lalancette</maintainer>
8+
79
<license>BSD</license>
810

9-
<author>Thomas Moulard</author>
10-
<author>David Lu</author>
11-
<author>Kelsey Hawkins</author>
1211
<author>Antonio El Khoury</author>
12+
<author>David Lu</author>
1313
<author>Eric Cousineau</author>
1414
<author email="[email protected]">Ioan Sucan</author>
1515
<author email="[email protected]">Jackie Kay</author>
16-
17-
<maintainer email="clalancette@osrfoundation.org">Chris Lalancette</maintainer>
18-
<maintainer email="[email protected]">Shane Loretz</maintainer>
16+
<author>Kelsey Hawkins</author>
17+
<author email="sloretz@osrfoundation.org">Shane Loretz</author>
18+
<author>Thomas Moulard</author>
1919

2020
<url type="website">http://wiki.ros.org/urdfdom_py</url>
2121
<url type="bugtracker">https://github.com/ros/urdf_parser_py/issues</url>

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'Programming Language :: Python',
2323
'Topic :: Software Development',
2424
],
25+
maintainer='Chris Lalancette',
26+
maintainer_email='[email protected]',
2527
description='Python implementation of the URDF parser.',
2628
license='BSD',
2729
tests_require=['pytest'],

0 commit comments

Comments
 (0)