CMakeCPack: Update Debian package contact email

Replace the mailing list email address with one on
`discourse.cmake.org`.
This commit is contained in:
Brad King 2019-11-05 13:45:34 -05:00
parent 2fae9101e5
commit 32d8de1463

View File

@ -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")