about summary refs log tree commit diff
path: root/pkgs/development/tools/cfn-nag/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/cfn-nag/default.nix')
-rw-r--r--pkgs/development/tools/cfn-nag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/cfn-nag/default.nix b/pkgs/development/tools/cfn-nag/default.nix
index 4e25f052401d7..8438607102c36 100644
--- a/pkgs/development/tools/cfn-nag/default.nix
+++ b/pkgs/development/tools/cfn-nag/default.nix
@@ -13,7 +13,7 @@ bundlerEnv {
     description = "Linting tool for CloudFormation templates";
     homepage = "https://github.com/stelligent/cfn_nag";
     license = licenses.mit;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
     platforms = platforms.unix;
   };
 }