1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

aws-lambda-rie: remove teto from maintainers (#403983)

This commit is contained in:
Aleksana 2025-05-04 18:08:52 +08:00 committed by GitHub
commit 512c5f06e1
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,6 @@ buildGoModule rec {
mainProgram = "aws-lambda-rie";
homepage = "https://github.com/aws/aws-lambda-runtime-interface-emulator";
license = licenses.asl20;
maintainers = with maintainers; [ teto ];
maintainers = [ ];
};
}