Merge pull request #112863 from andreabedini/patch-1

maintainers: remove andreabedini
wip/yesman
Bernardo Meurer 3 years ago committed by GitHub
commit a115355b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      maintainers/maintainer-list.nix
  2. 1
      pkgs/development/python-modules/aws-sam-translator/default.nix
  3. 2
      pkgs/development/tools/aws-sam-cli/default.nix

@ -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…
Cancel
Save