aws-sam-translator: remove andreabedini from maintainers

This commit is contained in:
Andrea Bedini 2021-02-12 14:48:56 +08:00
parent ce4a9f4c49
commit 91c180188f

View file

@ -30,6 +30,5 @@ buildPythonPackage rec {
homepage = "https://github.com/awslabs/serverless-application-model";
description = "Python library to transform SAM templates into AWS CloudFormation templates";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.andreabedini ];
};
}