summary refs log tree commit diff
path: root/pkgs/development/python-modules/aws-sam-translator
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-12 12:20:20 +0000
committerGitHub <noreply@github.com>2021-02-12 12:20:20 +0000
commit15db604744e5a093d38888d953886a4f67fb553c (patch)
tree27e5cc5efc5d40e1eff6e6912a2fe588d983faa6 /pkgs/development/python-modules/aws-sam-translator
parent1551e9d6ee20d2498352bfbb64c37ff71a47f489 (diff)
parentdef7e219234c603f612d84e6ecc8a7d7a277deb3 (diff)
downloadnixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar.gz
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar.bz2
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar.lz
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar.xz
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.tar.zst
nixpkgs-15db604744e5a093d38888d953886a4f67fb553c.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/aws-sam-translator')
-rw-r--r--pkgs/development/python-modules/aws-sam-translator/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aws-sam-translator/default.nix b/pkgs/development/python-modules/aws-sam-translator/default.nix
index 52298faa0cc..07f250ea867 100644
--- a/pkgs/development/python-modules/aws-sam-translator/default.nix
+++ b/pkgs/development/python-modules/aws-sam-translator/default.nix
@@ -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 ];
   };
 }