Merge pull request #48039 from lheckemann/murmur-mention-mumble

murmur: mention mumble in description
This commit is contained in:
Timo Kaufmann
2018-10-08 21:46:38 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ in
enable = mkOption {
type = types.bool;
default = false;
description = "If enabled, start the Murmur Service.";
description = "If enabled, start the Murmur Mumble server.";
};
autobanAttempts = mkOption {