treewide: meta.maintainers at top

Just make it consistent throughout codebase and easier to find
maintainers for a module.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-22 14:24:25 -06:00
parent d4a80f26bf
commit 0b44044694
38 changed files with 97 additions and 105 deletions

View file

@ -12,6 +12,8 @@ let
in
{
meta.maintainers = [ ];
options = {
programs.bottom = {
enable = lib.mkEnableOption ''
@ -53,6 +55,4 @@ in
source = tomlFormat.generate "bottom.toml" cfg.settings;
};
};
meta.maintainers = [ ];
}