diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-08-22 09:30:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-08-22 09:30:50 +0200 |
commit | 083f11965d5cc0d7c4f856667c11d93d1dae4b24 (patch) | |
tree | 38e44014915781b45d3db808450d0ad60d4cf45b /CMakeLists.txt | |
parent | 175d72ee849afe6e3547739132103cb26acf9173 (diff) | |
download | sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.gz sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.xz sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.zip |
Name change
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e3849b..8b1dfb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,8 @@ endforeach () set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SteelSeries Sensei Raw 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") |