Skip to content

Commit

Permalink
Update package maintainers (#70)
Browse files Browse the repository at this point in the history
**Public-Facing Changes**

**Description**
Removes contact@foxglove.dev from the maintainer list so Jenkins emails
are not sent to that address
  • Loading branch information
achim-k committed Nov 28, 2022
1 parent 871b897 commit 0bc87fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<name>foxglove_bridge</name>
<version>0.1.0</version>
<description>ROS Foxglove Bridge</description>
<maintainer email="contact@foxglove.dev">Foxglove</maintainer>
<license>MIT</license>
<url type="website">https://github.com/foxglove/ros-foxglove-bridge</url>
<author email="contact@foxglove.dev">Foxglove</author>
<maintainer email="john@foxglove.dev">John Hurliman</maintainer>
<maintainer email="achim@foxglove.dev">Hans-Joachim Krauch</maintainer>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
Expand Down

0 comments on commit 0bc87fd

Please sign in to comment.