summary refs log tree commit diff
path: root/pkgs/tools/security/fierce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/fierce/default.nix')
-rw-r--r--pkgs/tools/security/fierce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/fierce/default.nix b/pkgs/tools/security/fierce/default.nix
index abc1bacd212..809d8e29ea3 100644
--- a/pkgs/tools/security/fierce/default.nix
+++ b/pkgs/tools/security/fierce/default.nix
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://github.com/mschwager/fierce";
     description = "DNS reconnaissance tool for locating non-contiguous IP space";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ c0bw3b globin ];
+    maintainers = with maintainers; [ c0bw3b ];
     platforms = platforms.all;
   };
 }