about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:13:22 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:13:22 -0700
commite1e728fe3cf4bbeb7eb85d4e30605cc47f539857 (patch)
treeffc9480c0cd7d25a9aa67de548a27d2096cab6f4 /pkgs/tools
parent4b7c7b3d22b94ab593b875164fcf9b09970a9784 (diff)
downloadnixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar.gz
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar.bz2
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar.lz
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar.xz
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.tar.zst
nixlib-e1e728fe3cf4bbeb7eb85d4e30605cc47f539857.zip
earlybird: orphan
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/earlybird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/earlybird/default.nix b/pkgs/tools/security/earlybird/default.nix
index 30916acda720..eb13b38c158f 100644
--- a/pkgs/tools/security/earlybird/default.nix
+++ b/pkgs/tools/security/earlybird/default.nix
@@ -21,6 +21,6 @@ buildGoModule {
     description = "A sensitive data detection tool capable of scanning source code repositories for passwords, key files, and more";
     homepage = "https://github.com/americanexpress/earlybird";
     license = licenses.asl20;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }