about summary refs log tree commit diff
path: root/pkgs/tools/security/whatweb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/whatweb/default.nix')
-rw-r--r--pkgs/tools/security/whatweb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/whatweb/default.nix b/pkgs/tools/security/whatweb/default.nix
index fbe78834c8268..9adf3cde8e478 100644
--- a/pkgs/tools/security/whatweb/default.nix
+++ b/pkgs/tools/security/whatweb/default.nix
@@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
     mainProgram = "whatweb";
     homepage = "https://github.com/urbanadventurer/whatweb";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
     platforms = platforms.unix;
   };
 }