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

View File

@ -106,7 +106,7 @@ in
forceDiscover = mkOption {
type = types.bool;
default = false;
description = literalMD ''
description = mdDoc ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
'';
};