mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
Merge pull request #198247 from ncfavier/fix-vdirsyncer
nixos/vdirsyncer: fix description
This commit is contained in:
commit
c3c0dff93b
@ -106,7 +106,7 @@ in
|
||||
forceDiscover = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = literalMD ''
|
||||
description = mdDoc ''
|
||||
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user