summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/openwebrx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/openwebrx.nix')
-rw-r--r--nixos/modules/services/web-apps/openwebrx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/openwebrx.nix b/nixos/modules/services/web-apps/openwebrx.nix
index 8a7972a3fc6..c409adbc710 100644
--- a/nixos/modules/services/web-apps/openwebrx.nix
+++ b/nixos/modules/services/web-apps/openwebrx.nix
@@ -10,7 +10,7 @@ in
       type = types.package;
       default = pkgs.openwebrx;
       defaultText = literalExpression "pkgs.openwebrx";
-      description = "OpenWebRX package to use for the service";
+      description = lib.mdDoc "OpenWebRX package to use for the service";
     };
   };