mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
OWNERS: add owners for authelia files (#411864)
This commit is contained in:
commit
1a43aa03a4
2 changed files with 9 additions and 0 deletions
|
@ -477,6 +477,9 @@ pkgs/development/interpreters/erlang/ @NixOS/beam
|
||||||
pkgs/development/interpreters/elixir/ @NixOS/beam
|
pkgs/development/interpreters/elixir/ @NixOS/beam
|
||||||
pkgs/development/interpreters/lfe/ @NixOS/beam
|
pkgs/development/interpreters/lfe/ @NixOS/beam
|
||||||
|
|
||||||
|
# Authelia
|
||||||
|
pkgs/servers/authelia/ @06kellyjac @dit7ya @nicomem
|
||||||
|
|
||||||
# OctoDNS
|
# OctoDNS
|
||||||
pkgs/by-name/oc/octodns/ @anthonyroussel
|
pkgs/by-name/oc/octodns/ @anthonyroussel
|
||||||
|
|
||||||
|
|
|
@ -476,4 +476,10 @@ in
|
||||||
map (instance: lib.mkIf instance.enable (mkInstanceUsersConfig instance)) instances
|
map (instance: lib.mkIf instance.enable (mkInstanceUsersConfig instance)) instances
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [
|
||||||
|
jk
|
||||||
|
dit7ya
|
||||||
|
nicomem
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue