about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/services/mail/public-inbox.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/services/mail/public-inbox.nix')
-rw-r--r--nixpkgs/nixos/modules/services/mail/public-inbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/modules/services/mail/public-inbox.nix b/nixpkgs/nixos/modules/services/mail/public-inbox.nix
index 8b129b223761..014e619d6f7f 100644
--- a/nixpkgs/nixos/modules/services/mail/public-inbox.nix
+++ b/nixpkgs/nixos/modules/services/mail/public-inbox.nix
@@ -186,7 +186,7 @@ in
           type = with types; listOf (enum [ "www" "manifest" ]);
           default = [];
           example = [ "www" "manifest" ];
-          description = lib.mdDoc "Listings to hide the inbox from";
+          description = "Listings to hide the inbox from";
         };
         options.newsgroup = mkOption {
           type = with types; nullOr str;
@@ -306,7 +306,7 @@ in
               type = with types; nullOr str;
               default = null;
               example = ''git clone <a href="https://example.com/">https://example.com/</a>'';
-              description = lib.mdDoc "HTML info about public-inbox's source code";
+              description = "HTML info about public-inbox's source code";
             };
             options.wwwlisting = mkOption {
               type = with types; enum [ "all" "404" "match=domain" ];