maintainers: remove mkaito from serokell team

This commit is contained in:
Christian Höppner 2022-09-12 12:07:15 +01:00
parent b1abaab2d1
commit 1357f90327
4 changed files with 3 additions and 4 deletions

View file

@ -657,7 +657,6 @@ with lib.maintainers; {
# Verify additions by approval of an already existing member of the team. # Verify additions by approval of an already existing member of the team.
members = [ members = [
balsoft balsoft
mkaito
]; ];
scope = "Group registration for Serokell employees who collectively maintain packages."; scope = "Group registration for Serokell employees who collectively maintain packages.";
shortName = "Serokell employees"; shortName = "Serokell employees";

View file

@ -12,7 +12,7 @@ let
name = "oci-containers-${backend}"; name = "oci-containers-${backend}";
meta = { meta = {
maintainers = with lib.maintainers; [ adisbladis benley ] ++ lib.teams.serokell.members; maintainers = with lib.maintainers; [ adisbladis benley mkaito ] ++ lib.teams.serokell.members;
}; };
nodes = { nodes = {

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
- Cron job notifications for renewal or error etc. - Cron job notifications for renewal or error etc.
''; '';
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = teams.serokell.members; maintainers = with lib.maintainers; [ mkaito ] ++ teams.serokell.members;
inherit (coreutils.meta) platforms; inherit (coreutils.meta) platforms;
}; };
} }

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.vaultproject.io"; homepage = "https://www.vaultproject.io";
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick ]; maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick mkaito ];
mainProgram = "vault"; mainProgram = "vault";
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]; platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ];
}; };