summaryrefslogtreecommitdiff
path: root/modules/meta.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/meta.nix')
-rw-r--r--modules/meta.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/meta.nix b/modules/meta.nix
index 0adc3fb..f076161 100644
--- a/modules/meta.nix
+++ b/modules/meta.nix
@@ -34,7 +34,7 @@ in
type = listOfMaintainers;
internal = true;
default = [];
- example = [ lib.maintainers.all ];
+ example = [ lib.maintainers.lnl7 ];
description = lib.mdDoc ''
List of maintainers of each module. This option should be defined at
most once per module.