Merge pull request #209758 from mattmelling/xastir-doc-fix
This commit is contained in:
commit
a5ca4cfdf1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ in {
|
||||||
meta.maintainers = with maintainers; [ melling ];
|
meta.maintainers = with maintainers; [ melling ];
|
||||||
|
|
||||||
options.programs.xastir = {
|
options.programs.xastir = {
|
||||||
enable = mkEnableOption (mdDoc "Enable Xastir Graphical APRS client");
|
enable = mkEnableOption (mdDoc "Xastir Graphical APRS client");
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue