diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..d490d00 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# This file was generated by https://github.com/audrow/update-ros2-repos +* @quarkytale diff --git a/ament_index_cpp/package.xml b/ament_index_cpp/package.xml index c7bf8ca..5406c81 100644 --- a/ament_index_cpp/package.xml +++ b/ament_index_cpp/package.xml @@ -6,11 +6,14 @@ C++ API to access the ament resource index. - Audrow Nash + + Dharini Dutia + Apache License 2.0 - Dirk Thomas + Audrow Nash Claire Wang + Dirk Thomas ament_cmake diff --git a/ament_index_python/package.xml b/ament_index_python/package.xml index d1c2924..1484924 100644 --- a/ament_index_python/package.xml +++ b/ament_index_python/package.xml @@ -6,11 +6,14 @@ Python API to access the ament resource index. - Audrow Nash + + Dharini Dutia + Apache License 2.0 - Dirk Thomas + Audrow Nash Claire Wang + Dirk Thomas ament_copyright ament_flake8 diff --git a/ament_index_python/setup.py b/ament_index_python/setup.py index d30d7e3..cea80ce 100644 --- a/ament_index_python/setup.py +++ b/ament_index_python/setup.py @@ -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'],