mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #112863 from andreabedini/patch-1
maintainers: remove andreabedini
This commit is contained in:
commit
a115355b20
3 changed files with 1 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue