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:
parent
d4a80f26bf
commit
0b44044694
38 changed files with 97 additions and 105 deletions
|
|
@ -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 = [ ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue