diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt index 549134ac1..2b1a389a4 100644 --- a/src/cli/CMakeLists.txt +++ b/src/cli/CMakeLists.txt @@ -60,7 +60,7 @@ if(APPLE) set(MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}") set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}") set(MACOSX_BUNDLE_BLUETOOTH "${PROJECT_NAME} requires Bluetooth access to communicate with Pokit devices.") - set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2022-2023 Paul Colby ") + set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2022-2023 Paul Colby <git@colby.id.au>") set_target_properties( cli PROPERTIES