about summary refs log tree commit diff
path: root/pkgs/tools/security/brutespray
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-03-03 21:17:25 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-03-03 21:25:26 +0100
commite62c913822079b3858cc8356c803cd92dcc42c65 (patch)
tree316384dd631ede2fef1c688fa90bb361f8bd8819 /pkgs/tools/security/brutespray
parentf43792f70c6ee228010236aaa519dcf7b695c34f (diff)
treewide: remove ma27 from a bunch of packages (again)
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
Diffstat (limited to 'pkgs/tools/security/brutespray')
-rw-r--r--pkgs/tools/security/brutespray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/brutespray/default.nix b/pkgs/tools/security/brutespray/default.nix
index b00aede158182..9b7ad8c1a666b 100644
--- a/pkgs/tools/security/brutespray/default.nix
+++ b/pkgs/tools/security/brutespray/default.nix
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
       directly from Nmap output.
     '';
     license = licenses.mit;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }