Skip to content

Commit

Permalink
Merge pull request IMRCLab#89 from IMRCLab/maintainer-update
Browse files Browse the repository at this point in the history
Maintainer update
  • Loading branch information
knmcguire committed Oct 10, 2022
2 parents d6d1af1 + 234d458 commit a2be66b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions docs2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

# General information about the project.
project = 'Crazyswarm2'
copyright = '2021-2022, Wolfgang Hönig and contributors.'
author = 'Wolfgang Hönig'
copyright = '2021-2022, Wolfgang Hönig (IMRClab), Kimberly McGuire (Bitcraze AB) and contributors.'
author = 'Wolfgang Hönig, Kimberly McGuire'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit a2be66b

Please sign in to comment.