Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1126 Set new maintainer mail address
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Mar 10, 2022
1 parent dea26bc commit f945431
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/package/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project(iceoryx_package VERSION ${IOX_VERSION_STRING})
set(CPACK_GENERATOR "DEB")
set(CPACK_PACKAGE_NAME "iceoryx-${iceoryx_package_VERSION}")
set(CPACK_PACKAGE_FILE_NAME "iceoryx_${iceoryx_package_VERSION}_${CMAKE_CXX_COMPILER_ID}-${CMAKE_CXX_COMPILER_VERSION}")
set(CPACK_PACKAGE_CONTACT "michael.poehnl@apex.ai")
set(CPACK_PACKAGE_CONTACT "iceoryx-oss-support@apex.ai")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libacl1-dev,libncurses5-dev")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "iceoryx inter-process-communication (IPC) middleware")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/eclipse-iceoryx/iceoryx")
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_binding_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>iceoryx_binding_c</name>
<version>2.0.0</version>
<description>Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding</description>
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>
<url type="website">https://iceoryx.io</url>
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_hoofs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>iceoryx_hoofs</name>
<version>2.0.0</version>
<description>Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks</description>
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>
<url type="website">https://iceoryx.io</url>
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_integrationtest/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>iceoryx_integrationtest</name>
<version>2.0.0</version>
<description>iceoryx Software Integrationtest</description>
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>
<url type="website">https://iceoryx.io</url>
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>iceoryx_posh</name>
<version>2.0.0</version>
<description>Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi)</description>
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>
<url type="website">https://iceoryx.io</url>
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx/issues</url>
Expand Down

0 comments on commit f945431

Please sign in to comment.