aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:03:29 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:03:29 +0200
commit942a5135301ac53364ad37b8ef6b9ff101ee95fe (patch)
treee2162deab48524b57abb194d38bd4c412ee92709 /CMakeLists.txt
parent8c1cb70a8061714656cb45fbd2067a400eedfb91 (diff)
downloadrazer-bw-te-ctl-942a5135301ac53364ad37b8ef6b9ff101ee95fe.tar.gz
razer-bw-te-ctl-942a5135301ac53364ad37b8ef6b9ff101ee95fe.tar.xz
razer-bw-te-ctl-942a5135301ac53364ad37b8ef6b9ff101ee95fe.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 ebd5083..bb7fa5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,8 +41,8 @@ endforeach ()
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY
"Razer BlackWidow Tournament Edition control utility")
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")