From 91c180188fd7d1bc379eabdb64bdb67f3a428ed1 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 12 Feb 2021 14:48:56 +0800 Subject: [PATCH] aws-sam-translator: remove andreabedini from maintainers --- pkgs/development/python-modules/aws-sam-translator/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/aws-sam-translator/default.nix b/pkgs/development/python-modules/aws-sam-translator/default.nix index 52298faa0cc8..07f250ea8675 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 ]; }; }