Merge pull request #112863 from andreabedini/patch-1

maintainers: remove andreabedini
This commit is contained in:
Bernardo Meurer 2021-02-12 07:22:57 +00:00 committed by GitHub
commit a115355b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 8 deletions

View file

@ -544,12 +544,6 @@
githubId = 638836;
name = "Andreas Rammhold";
};
andreabedini = {
email = "andrea@kzn.io";
github = "andreabedini";
githubId = 69135;
name = "Andrea Bedini";
};
andreasfelix = {
email = "fandreas@physik.hu-berlin.de";
github = "andreasfelix";

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

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