aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:55:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:55:23 +0200
commit338dff4ade6593ba2c18fce12e4fd0aaf46901f9 (patch)
treec888ba0d0d1b9cc8e3cc25e98cce0402cb8bd4f4 /CMakeLists.txt
parentc22bda47190f8daec910ea625d1bfa1678bca91d (diff)
downloadponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.gz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.xz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.zip
Name change
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f31156..8a12772 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,8 +139,8 @@ endforeach (page)
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental network scanner")
set (CPACK_PACKAGE_VERSION ${project_VERSION})
-set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
-set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set (CPACK_GENERATOR "TGZ;ZIP")