Merge pull request #198247 from ncfavier/fix-vdirsyncer
nixos/vdirsyncer: fix description
This commit is contained in:
@@ -106,7 +106,7 @@ in
|
||||
forceDiscover = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = literalMD ''
|
||||
description = mdDoc ''
|
||||
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user