summary refs log tree commit diff
path: root/nixos/modules/misc/meta.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/misc/meta.nix')
-rw-r--r--nixos/modules/misc/meta.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/meta.nix b/nixos/modules/misc/meta.nix
index 1410e33342a..3dd97cbec23 100644
--- a/nixos/modules/misc/meta.nix
+++ b/nixos/modules/misc/meta.nix
@@ -37,7 +37,7 @@ in
         type = listOfMaintainers;
         internal = true;
         default = [];
-        example = [ lib.maintainers.all ];
+        example = literalExpression ''[ lib.maintainers.all ]'';
         description = ''
           List of maintainers of each module.  This option should be defined at
           most once per module.