From 5df333fae9086c988b207783748cfd803ade35aa Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Fri, 4 Apr 2025 09:56:39 -0400 Subject: [PATCH] refactor: change project description to 'Keyboard and mouse sharing utility' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e4a5e93f..a2fe092ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ endif() project( deskflow VERSION "${DESKFLOW_VERSION_MAJOR}.${DESKFLOW_VERSION_MINOR}.${DESKFLOW_VERSION_PATCH}.${DESKFLOW_VERSION_TWEAK}" - DESCRIPTION "Mouse and keyboard sharing utility" + DESCRIPTION "Keyboard and mouse sharing utility" LANGUAGES C CXX) # Define Additional "PROJECT" vars for packaging and metadata