summary refs log tree commit diff
path: root/pkgs/development/tools/aws-sam-cli
diff options
context:
space:
mode:
authorMathias Schreck <mathias.schreck@joyn.de>2020-02-11 18:16:06 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-15 12:57:28 -0800
commit8b6e471ce895b070566ca50e22de0c11e30cb4b8 (patch)
treefd03db9130e09c22949542a4c772a573135a2007 /pkgs/development/tools/aws-sam-cli
parentcae8cec57d25a4a08d3f6b9ffa5e88713388020e (diff)
downloadnixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar.gz
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar.bz2
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar.lz
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar.xz
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.tar.zst
nixpkgs-8b6e471ce895b070566ca50e22de0c11e30cb4b8.zip
aws-sam-cli: change maintainers dhkl -> lo1tuma
Diffstat (limited to 'pkgs/development/tools/aws-sam-cli')
-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 fcf4c606c1f..f5a5d0e65d6 100644
--- a/pkgs/development/tools/aws-sam-cli/default.nix
+++ b/pkgs/development/tools/aws-sam-cli/default.nix
@@ -76,6 +76,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 dhkl ];
+    maintainers = with maintainers; [ andreabedini lo1tuma ];
   };
 }