Merge pull request #198247 from ncfavier/fix-vdirsyncer

nixos/vdirsyncer: fix description
This commit is contained in:
Bobby Rong
2022-10-28 19:04:33 +08:00
committed by GitHub
@@ -106,7 +106,7 @@ in
forceDiscover = mkOption {
type = types.bool;
default = false;
description = literalMD ''
description = mdDoc ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
'';
};