Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rolling] Update maintainers - 2022-11-07 #89

Merged
merged 2 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was generated by https://github.com/audrow/update-ros2-repos
* @quarkytale
7 changes: 5 additions & 2 deletions ament_index_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
<description>
C++ API to access the ament resource index.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="dharini@openrobotics.org">Dharini Dutia</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
<author email="audrow@openrobotics.org">Audrow Nash</author>
<author>Claire Wang</author>
<author>Dirk Thomas</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
7 changes: 5 additions & 2 deletions ament_index_python/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
<description>
Python API to access the ament resource index.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="dharini@openrobotics.org">Dharini Dutia</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
<author email="audrow@openrobotics.org">Audrow Nash</author>
<author>Claire Wang</author>
<author>Dirk Thomas</author>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
4 changes: 2 additions & 2 deletions ament_index_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Audrow Nash',
maintainer_email='audrow@openrobotics.org',
maintainer='Dharini Dutia',
maintainer_email='dharini@openrobotics.org',
url='https://github.com/ament/ament_index',
download_url='https://github.com/ament/ament_index/releases',
keywords=['ROS'],
Expand Down