Skip to content

Commit 5f8b27f

Browse files
authored
Update author email (#1280)
This PR updates the author email address for Minggang Wang from their Intel corporate email to a personal Gmail address across multiple configuration files. - Updates author email from [email protected] to [email protected] - Maintains consistency across all project configuration files - Updates both author listings and maintainer information Fix: #1279
1 parent 6fc84fe commit 5f8b27f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark/rclcpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>rclcpp_benchmark</name>
55
<version>0.0.1</version>
66
<description>Benchmark for rclcpp</description>
7-
<maintainer email="minggang.wang@intel.com">Minggang Wang</maintainer>
7+
<maintainer email="minggangw@gmail.com">Minggang Wang</maintainer>
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"generate-ros-messages": "./scripts/generate_messages.js"
3737
},
3838
"authors": [
39-
"Minggang Wang <minggang.wang@intel.com>",
39+
"Minggang Wang <minggangw@gmail.com>",
4040
"Kenny Yuan <[email protected]>",
4141
"Wanming Lin <[email protected]>",
4242
"Zhong Qiu <[email protected]>"

rosidl_gen/generator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Generate JavaScript object from ROS IDL(.msg/.srv/.action/.idl) files",
55
"main": "index.js",
66
"authors": [
7-
"Minggang Wang <minggang.wang@intel.com>",
7+
"Minggang Wang <minggangw@gmail.com>",
88
"Kenny Yuan <[email protected]>"
99
],
1010
"license": "Apache-2.0"

0 commit comments

Comments
 (0)