aws-sam-cli: remove andreabedini from maintainers

This commit is contained in:
Andrea Bedini 2021-02-12 14:48:26 +08:00
parent 04e9e9e510
commit ce4a9f4c49

View file

@ -96,6 +96,6 @@ buildPythonApplication rec {
homepage = "https://github.com/awslabs/aws-sam-cli";
description = "CLI tool for local development and testing of Serverless applications";
license = licenses.asl20;
maintainers = with maintainers; [ andreabedini lo1tuma ];
maintainers = with maintainers; [ lo1tuma ];
};
}