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
commit a88dad2684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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