summaryrefslogtreecommitdiff
path: root/CMakeCPack.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-05 13:45:34 -0500
committerBrad King <brad.king@kitware.com>2019-11-05 15:41:01 -0500
commit32d8de1463a03243fca614a2ea45278f705517c3 (patch)
treee93397f7031770d35c508aa9da7dc7ca7bdf7301 /CMakeCPack.cmake
parent2fae9101e537018fbe2916a39aa361eb122ba97a (diff)
downloadcmake-32d8de1463a03243fca614a2ea45278f705517c3.tar.gz
CMakeCPack: Update Debian package contact email
Replace the mailing list email address with one on `discourse.cmake.org`.
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r--CMakeCPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake
index 78e22cc853..31c2fe4561 100644
--- a/CMakeCPack.cmake
+++ b/CMakeCPack.cmake
@@ -215,7 +215,7 @@ if(NOT DEFINED CPACK_PACKAGE_FILE_NAME)
endif()
endif()
-set(CPACK_PACKAGE_CONTACT "cmake@cmake.org")
+set(CPACK_PACKAGE_CONTACT "cmake+development@discourse.cmake.org")
if(UNIX)
set(CPACK_STRIP_FILES "${CMAKE_BIN_DIR}/ccmake;${CMAKE_BIN_DIR}/cmake;${CMAKE_BIN_DIR}/cpack;${CMAKE_BIN_DIR}/ctest")