summary refs log tree commit diff
path: root/pkgs/tools/networking/pcapc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/pcapc/default.nix')
-rw-r--r--pkgs/tools/networking/pcapc/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/networking/pcapc/default.nix b/pkgs/tools/networking/pcapc/default.nix
index 28b1c961a3ff..71d1e6fa6d6e 100644
--- a/pkgs/tools/networking/pcapc/default.nix
+++ b/pkgs/tools/networking/pcapc/default.nix
@@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
     description = "Compile libpcap filter expressions into BPF opcodes";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }