Commit efaca0c1 authored by Robert Hensing's avatar Robert Hensing
Browse files

nixos/meta: Fix maintainers example

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

Neither does `alice`, but she's a metavariable.
parent e179be6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.