about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-09 16:49:18 +0100
committerGitHub <noreply@github.com>2023-01-09 16:49:18 +0100
commita5ca4cfdf1821be7aa8c2760933530899f74517b (patch)
tree69d308a7c48a18e1b49bb7e85ee8ebcfa643320a
parente0db41ab1aedc2aa8ef5a14ee2ee942c859144c7 (diff)
parentf8c8f22104e9aea7b1f9c4ae2074eead2ec98cda (diff)
Merge pull request #209758 from mattmelling/xastir-doc-fix
-rw-r--r--nixos/modules/programs/xastir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/xastir.nix b/nixos/modules/programs/xastir.nix
index 0977668d83707..6d5fc59aac506 100644
--- a/nixos/modules/programs/xastir.nix
+++ b/nixos/modules/programs/xastir.nix
@@ -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 {