aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-24 01:05:34 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-24 01:05:34 +0200
commit9adbb8c89746d591e67a80b41ab90d802328f4fb (patch)
tree14a80d5b09458e9abc3802d2170c358519b0e7ef /CMakeLists.txt
parent953789650ee894ba8d8f1a4ed5241e8c4e402760 (diff)
downloadtermo-9adbb8c89746d591e67a80b41ab90d802328f4fb.tar.gz
termo-9adbb8c89746d591e67a80b41ab90d802328f4fb.tar.xz
termo-9adbb8c89746d591e67a80b41ab90d802328f4fb.zip
Update mail address
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98ae77b..3466ecf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,7 @@ install (FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}.pc"
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Terminal key input library")
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
-set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p.janouch@gmail.com>")
+set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR})