Skip to content

Commit

Permalink
update maintainers package
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Oct 10, 2022
1 parent 914c079 commit 234d458
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crazyflie/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>crazyflie</name>
<version>2.0.0</version>
<description>ROS2 Package for Bitcraze Crazyflie robots</description>
<maintainer email="[email protected]">Wolfgang Hönig</maintainer>
<maintainer email="[email protected]">Wolfgang Hönig, Kimberly McGuire</maintainer>
<license>MIT</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion crazyflie_examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='Wolfgang Hönig',
maintainer='Wolfgang Hönig, Kimberly McGuire',
maintainer_email='[email protected]',
description='Examples for Crayzswarm2 ROS stack',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion crazyflie_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>crazyflie_interfaces</name>
<version>2.0.0</version>
<description>Interfaces for Crazyswarm2 package.</description>
<maintainer email="[email protected]">Wolfgang Hönig</maintainer>
<maintainer email="[email protected]">Wolfgang Hönig, Kimberly McGuire</maintainer>
<license>MIT</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion crazyflie_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>crazyflie_py</name>
<version>2.0.0</version>
<description>Simple Python Interface for Crayzswarm2</description>
<maintainer email="[email protected]">Wolfgang Hönig</maintainer>
<maintainer email="[email protected]">Wolfgang Hönig, Kimberly McGuire </maintainer>
<license>MIT</license>

<depend>rclpy</depend>
Expand Down
2 changes: 1 addition & 1 deletion crazyflie_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='Wolfgang Hönig',
maintainer='Wolfgang Hönig, Kimberly McGuire',
maintainer_email='[email protected]',
description='Simple Python interface for Crazyswarm2',
license='MIT',
Expand Down

0 comments on commit 234d458

Please sign in to comment.