From 50305d91197063c894c52f46c165cfcabf91408a Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 2 Jul 2020 07:51:42 +0200 Subject: Remove "primarily intended for gamers" from project description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c3e66a70..fe88673c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]" version_short ${version}) project(Mumble VERSION ${version_short} - DESCRIPTION "Open source, low-latency, high quality voice chat software primarily intended for use while gaming." + DESCRIPTION "Open source, low-latency, high quality voice chat." HOMEPAGE_URL "https://www.mumble.info" LANGUAGES "C" "CXX" ) -- cgit v1.2.3