about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorAndrea Bedini <andrea@andreabedini.com>2021-02-12 14:48:26 +0800
committerAndrea Bedini <andrea@andreabedini.com>2021-02-12 15:03:08 +0800
commitce4a9f4c49516ea5bb3a7558baa6793cc9a02b14 (patch)
tree57505743703f057120b77101dc4d2984ff47e541 /pkgs/development/tools
parent04e9e9e51046fe58acb74ea4c9d27383cdeaa33e (diff)
downloadnixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar.gz
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar.bz2
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar.lz
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar.xz
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.tar.zst
nixlib-ce4a9f4c49516ea5bb3a7558baa6793cc9a02b14.zip
aws-sam-cli: remove andreabedini from maintainers
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/aws-sam-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix
index 8a48b43312eb..402e12efab0f 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 ];
   };
 }