瀏覽代碼

CMakeCPack: Update Debian package contact email

Replace the mailing list email address with one on
`discourse.cmake.org`.
Brad King 6 年之前
父節點
當前提交
32d8de1463
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeCPack.cmake

+ 1 - 1
CMakeCPack.cmake

@@ -215,7 +215,7 @@ if(NOT DEFINED CPACK_PACKAGE_FILE_NAME)
   endif()
 endif()
 
-set(CPACK_PACKAGE_CONTACT "[email protected]")
+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")