Skip to content

Commit

Permalink
all: use [email protected] as new maintainer email
Browse files Browse the repository at this point in the history
Replaced instances of email address [email protected] with new
corporate email address [email protected].

For some yet undefined transition time emails to the old address
are being forwarded to the new one.
  • Loading branch information
mkoop-ni authored and joergho committed Dec 3, 2024
1 parent 0ab9ad5 commit d435d85
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions host/cmake/Modules/UHDPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ endif()
# Setup CPack General
########################################################################
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver")
set(CPACK_PACKAGE_VENDOR "Ettus Research (National Instruments)")
set(CPACK_PACKAGE_CONTACT "Ettus Research <packages@ettus.com>")
set(CPACK_PACKAGE_VENDOR "Ettus Research (NI, now part of Emerson)")
set(CPACK_PACKAGE_CONTACT "Ettus Research <uhd.maintainer@emerson.com>")
set(CPACK_PACKAGE_VERSION "${UHD_VERSION}")
set(CPACK_RESOURCE_FILE_WELCOME ${UHD_SOURCE_DIR}/README.md)
set(CPACK_RESOURCE_FILE_LICENSE ${UHD_SOURCE_DIR}/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions host/cmake/debian/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Source: uhd
Section: science
Priority: optional
Maintainer: Ettus Research <packages@ettus.com>
Uploaders: Joerg Hofrichter <joerg.hofrichter@ni.com>
Maintainer: Ettus Research <uhd.maintainer@emerson.com>
Uploaders: Joerg Hofrichter <joerg.hofrichter@emerson.com>
Build-Depends: cmake,
debhelper (>= 9),
libboost-date-time-dev,
Expand Down
2 changes: 1 addition & 1 deletion host/examples/rfnoc-gain/gr-rfnoc_gain/MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: # Tags are arbitrary, but look at CGRAN what other authors are using
- sdr
- rfnoc
author:
- Ettus Research <packages@ettus.com>
- Ettus Research <uhd.maintainer@emerson.com>
copyright_owner:
- NI
license:
Expand Down
2 changes: 1 addition & 1 deletion host/examples/rfnoc-gain/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup(
],
keywords="SDR UHD USRP",
author="Ettus Research",
author_email="packages@ettus.com",
author_email="uhd.maintainer@emerson.com",
url="https://www.ettus.com/",
license="GPLv3",
package_dir={"": r"${NATIVE_CURRENT_BINARY_DIR}"},
Expand Down
2 changes: 1 addition & 1 deletion host/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup(
],
keywords="SDR UHD USRP",
author="Ettus Research",
author_email="packages@ettus.com",
author_email="uhd.maintainer@emerson.com",
url="https://www.ettus.com/",
license="GPLv3",
package_dir={"": r"${NATIVE_CURRENT_BINARY_DIR}"},
Expand Down
2 changes: 1 addition & 1 deletion mpm/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup(name='usrp_mpm',
],
keywords='SDR UHD USRP SDR',
author='Ettus Research',
author_email='packages@ettus.com',
author_email='uhd.maintainer@emerson.com',
url='https://www.ettus.com/',
license='GPLv3',
package_dir={'': '${CMAKE_CURRENT_BINARY_DIR}'},
Expand Down
2 changes: 1 addition & 1 deletion tools/debs/convert_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_footer(uploader_name, uploader_email):
)
parser.add_argument(
"--uploader-email",
default="packages@ettus.com",
default="uhd.maintainer@emerson.com",
help="Uploader email (must match GPG key)",
)
parser.add_argument(
Expand Down

0 comments on commit d435d85

Please sign in to comment.