lol

Merge pull request #196185 from mkaito/mkaito/serokell-team

maintainers: remove mkaito from serokell team

authored by

Alexander Bantyev and committed by
GitHub
6babc092 4c9e74c4

+3 -4
-1
maintainers/team-list.nix
··· 673 673 # Verify additions by approval of an already existing member of the team. 674 674 members = [ 675 675 balsoft 676 - mkaito 677 676 ]; 678 677 scope = "Group registration for Serokell employees who collectively maintain packages."; 679 678 shortName = "Serokell employees";
+1 -1
nixos/tests/oci-containers.nix
··· 12 12 name = "oci-containers-${backend}"; 13 13 14 14 meta = { 15 - maintainers = with lib.maintainers; [ adisbladis benley ] ++ lib.teams.serokell.members; 15 + maintainers = with lib.maintainers; [ adisbladis benley mkaito ] ++ lib.teams.serokell.members; 16 16 }; 17 17 18 18 nodes = {
+1 -1
pkgs/tools/admin/acme-sh/default.nix
··· 71 71 - Cron job notifications for renewal or error etc. 72 72 ''; 73 73 license = licenses.gpl3Only; 74 - maintainers = teams.serokell.members; 74 + maintainers = with lib.maintainers; [ mkaito ] ++ teams.serokell.members; 75 75 inherit (coreutils.meta) platforms; 76 76 }; 77 77 }
+1 -1
pkgs/tools/security/vault/vault-bin.nix
··· 56 56 homepage = "https://www.vaultproject.io"; 57 57 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 58 58 license = licenses.mpl20; 59 - maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick ]; 59 + maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick mkaito ]; 60 60 mainProgram = "vault"; 61 61 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]; 62 62 };