summary refs log tree commit diff
path: root/nixos/modules/services/misc/weechat.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-01-21 11:06:46 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-21 18:08:38 +0100
commit363158603a419725bb088aeeb264ecf6a60fe4fd (patch)
tree0160e2ef4197176812a9c365a8826b10e3a4c5e8 /nixos/modules/services/misc/weechat.nix
parent5305f766fd4386f69a8f37fdb279763ef9d32a2e (diff)
downloadnixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.gz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.bz2
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.lz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.xz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.zst
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.zip
nixos: fix backticks in Markdown descriptions
Diffstat (limited to 'nixos/modules/services/misc/weechat.nix')
-rw-r--r--nixos/modules/services/misc/weechat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/weechat.nix b/nixos/modules/services/misc/weechat.nix
index 663a767a0c1..aa5b9b22837 100644
--- a/nixos/modules/services/misc/weechat.nix
+++ b/nixos/modules/services/misc/weechat.nix
@@ -15,7 +15,7 @@ in
       default = "/var/lib/weechat";
     };
     sessionName = mkOption {
-      description = lib.mdDoc "Name of the `screen' session for weechat.";
+      description = lib.mdDoc "Name of the `screen` session for weechat.";
       default = "weechat-screen";
       type = types.str;
     };