summaryrefslogtreecommitdiff
path: root/modules/meta.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2024-04-05 10:59:38 +0200
committerGitHub <noreply@github.com>2024-04-05 10:59:38 +0200
commit6bd39d420578aacf7c0bab7de3e7027b952115ae (patch)
treee84978f345a91441855c396331aee4c68ee77c03 /modules/meta.nix
parentd7f1482c47503d6508657ebcbaeef281b78c6c56 (diff)
parent36524adc31566655f2f4d55ad6b875fb5c1a4083 (diff)
Merge branch 'LnL7:master' into master
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.