nixos/fcast-receiver: remove uses of lib.mdDoc

This commit is contained in:
stuebinm 2024-04-19 21:39:02 +02:00
parent 7eceafd98f
commit 5cbfb939e5
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.
'';
};