nixos/xastir: fix enable option doc string

This commit is contained in:
Matt Melling 2023-01-08 21:17:41 +00:00
parent 54360cca52
commit f8c8f22104
No known key found for this signature in database
GPG Key ID: 92FC861888D08853

View File

@ -8,7 +8,7 @@ in {
meta.maintainers = with maintainers; [ melling ];
options.programs.xastir = {
enable = mkEnableOption (mdDoc "Enable Xastir Graphical APRS client");
enable = mkEnableOption (mdDoc "Xastir Graphical APRS client");
};
config = mkIf cfg.enable {