summaryrefslogtreecommitdiff
path: root/modules/programs/info
diff options
context:
space:
mode:
authorMichael Hoang <Enzime@users.noreply.github.com>2024-04-20 02:24:36 +1000
committerGitHub <noreply@github.com>2024-04-20 02:24:36 +1000
commit9e7c20ffd056e406ddd0276ee9d89f09c5e5f4ed (patch)
tree25ca5e08d476298b84d6fd082041682e0d7e7560 /modules/programs/info
parenteb25dc61a62efcdf47efce6cb17cd5cb3c8f2719 (diff)
parentdef1e23be848848400d1d097d4f044e3c401f9dd (diff)
Merge pull request #932 from wegank/mddoc-remove
treewide: remove lib.mdDoc
Diffstat (limited to 'modules/programs/info')
-rw-r--r--modules/programs/info/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/info/default.nix b/modules/programs/info/default.nix
index 93aaf7c..cf857d9 100644
--- a/modules/programs/info/default.nix
+++ b/modules/programs/info/default.nix
@@ -11,7 +11,7 @@ in
programs.info.enable = mkOption {
type = types.bool;
default = true;
- description = lib.mdDoc "Whether to enable info pages and the {command}`info` command.";
+ description = "Whether to enable info pages and the {command}`info` command.";
};
};