1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +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:
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

@ -14,6 +14,8 @@ let
in
{
meta.maintainers = with lib.maintainers; [ jess ];
imports = [
(lib.mkRemovedOptionModule [ "programs" "rclone" "writeAfter" ] ''
The writeAfter option has been removed because rclone configuration is now handled by a
@ -399,6 +401,4 @@ in
mountServices
];
};
meta.maintainers = with lib.maintainers; [ jess ];
}