aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-08-01 14:04:10 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-08-01 14:04:10 +0200
commit0e2a050c4fe611b204543082aa6a77ee03ad183e (patch)
treeaca2b5721fec896c7421c0d21930b6a759bf0e92 /CMakeLists.txt
parent6c1546e9190970aff32401277a8c5609bfa67f1c (diff)
downloadnncmpp-0e2a050c4fe611b204543082aa6a77ee03ad183e.tar.gz
nncmpp-0e2a050c4fe611b204543082aa6a77ee03ad183e.tar.xz
nncmpp-0e2a050c4fe611b204543082aa6a77ee03ad183e.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 f8ce370..76ca00d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,8 +98,8 @@ endforeach (page)
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "MPD client")
-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_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR})