nixos/meta: Fix maintainers example

`maintainers.all` does not exist, and should not exist.

Neither does `alice`, but she's a metavariable.
This commit is contained in:
Robert Hensing
2025-08-06 11:07:40 +02:00
parent e179be6e15
commit efaca0c196

View File

@@ -49,7 +49,7 @@ in
type = listOfMaintainers;
internal = true;
default = [ ];
example = lib.literalExpression ''[ lib.maintainers.all ]'';
example = lib.literalExpression ''[ lib.maintainers.alice ]'';
description = ''
List of maintainers of each module. This option should be defined at
most once per module.