diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 19:00:11 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 19:37:29 +0200 |
commit | deb096a0e9c77c0b62085c950246b8b24a9e06d0 (patch) | |
tree | afac48e8f55c4ba0a33c2419af13bef43d15b7e2 /CMakeLists.txt | |
parent | 722fc48a30da39f859bceb00123aaf9fed9b0995 (diff) | |
download | xK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.tar.gz xK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.tar.xz xK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.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 0e74411..bf41327 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,8 @@ endforeach (page) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot") set (CPACK_PACKAGE_VERSION "${project_version_safe}") -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") |