Merge pull request #305379 from stuebinm/fcast-receiver-mdDoc

nixos/fcast-receiver: remove uses of lib.mdDoc
This commit is contained in:
Weijia Wang 2024-04-21 17:19:33 +02:00 committed by GitHub
commit d9ad2e5a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ in
};
options.programs.fcast-receiver = {
enable = mkEnableOption (lib.mdDoc "FCast Receiver");
enable = mkEnableOption "FCast Receiver";
openFirewall = mkOption {
type = types.bool;
default = false;
description = lib.mdDoc ''
description = ''
Open ports needed for the functionality of the program.
'';
};