aws-lambda-rie: remove teto from maintainers

I dont use it. I dont mind if we get rid of it
This commit is contained in:
teto 2025-05-03 19:08:17 +02:00
parent 0654f4a5e9
commit df512e09a7

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 = [ ];
};
}