0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

cleanup redundant text in modules utilizing mkEnableOption

Closes #59911
This commit is contained in:
Aaron Andersen 2019-04-19 21:41:48 -04:00 committed by Robert Helgesson
parent 297f8c55e5
commit 4a11ce7f26
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
26 changed files with 30 additions and 29 deletions

View file

@ -7,7 +7,7 @@ let
in {
options.services.offlineimap = {
enable = mkEnableOption "Offlineimap, a software to dispose your mailbox(es) as a local Maildir(s).";
enable = mkEnableOption "OfflineIMAP, a software to dispose your mailbox(es) as a local Maildir(s)";
install = mkOption {
type = types.bool;