summary refs log tree commit diff
path: root/pkgs/tools/security/dnsrecon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/dnsrecon/default.nix')
-rw-r--r--pkgs/tools/security/dnsrecon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/dnsrecon/default.nix b/pkgs/tools/security/dnsrecon/default.nix
index 06270723f4d..2575636aeca 100644
--- a/pkgs/tools/security/dnsrecon/default.nix
+++ b/pkgs/tools/security/dnsrecon/default.nix
@@ -39,6 +39,6 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://github.com/darkoperator/dnsrecon";
     license = licenses.gpl2;
     platforms = platforms.all;
-    maintainers = with maintainers; [ c0bw3b globin ];
+    maintainers = with maintainers; [ c0bw3b ];
   };
 }