summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorHyunggyu Jang <murasakipurplez5@gmail.com>2024-03-26 13:58:02 +0900
committerHyunggyu Jang <murasakipurplez5@gmail.com>2024-03-26 13:58:02 +0900
commit83a9a41f1bc62ffedd147df4584501b6bdb992b0 (patch)
treeec0626d4bcebe3b5fdaa144f4186d51ebd2015af /modules
parentbcc8afd06e237df060c85bad6af7128e05fd61a3 (diff)
Use valid maintainer
Diffstat (limited to 'modules')
-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.