Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-07-02 08:51:42 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-07-12 00:33:25 +0300
commit50305d91197063c894c52f46c165cfcabf91408a (patch)
tree6d490a51a25f105a3a9786b5d595b6504dc07ded /CMakeLists.txt
parentcd67b90bf71961a86e26a02ba728ce504db48c0f (diff)
Remove "primarily intended for gamers" from project description
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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"
)