mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
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
|
|
@ -10,6 +10,8 @@ let
|
|||
cfg = config.programs.ranger;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.hm.maintainers.fpob ];
|
||||
|
||||
options.programs.ranger = {
|
||||
enable = lib.mkEnableOption "ranger file manager";
|
||||
|
||||
|
|
@ -204,6 +206,4 @@ in
|
|||
})
|
||||
]
|
||||
);
|
||||
|
||||
meta.maintainers = [ lib.hm.maintainers.fpob ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue