Unverified Commit 512c5f06 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents ecba4eb5 df512e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}