OWNERS: add owners for authelia files (#411864)

This commit is contained in:
Wolfgang Walther
2025-05-29 13:28:30 +00:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -476,4 +476,10 @@ in
map (instance: lib.mkIf instance.enable (mkInstanceUsersConfig instance)) instances
);
};
meta.maintainers = with lib.maintainers; [
jk
dit7ya
nicomem
];
}