From ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 12 Feb 2021 14:48:26 +0800 Subject: [PATCH 1/3] aws-sam-cli: remove andreabedini from maintainers --- pkgs/development/tools/aws-sam-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix index 8a48b43312e..402e12efab0 100644 --- a/pkgs/development/tools/aws-sam-cli/default.nix +++ b/pkgs/development/tools/aws-sam-cli/default.nix @@ -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 ]; }; } From 91c180188fd7d1bc379eabdb64bdb67f3a428ed1 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 12 Feb 2021 14:48:56 +0800 Subject: [PATCH 2/3] 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 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 ]; }; } From c5a0f63e194c82aba8a2e53b00d111abe4566430 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 12 Feb 2021 14:39:46 +0800 Subject: [PATCH 3/3] maintainers: remove andreabedini I haven't used Nix or NixOS in a while. <3 :wave: --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ddebdbb3260..a2041231a48 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.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";