about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorPavel Sobolev <paveloomm@gmail.com>2024-01-13 16:02:09 +0000
committerPavel Sobolev <paveloomm@gmail.com>2024-01-13 16:02:09 +0000
commit9942154f3e6bcc8c696e4b1cfc0691c69c1c6689 (patch)
treeafe3c35b902b12b590c1d850fbacf7ade9b301f7 /pkgs/applications/networking/sniffers
parent200c3208337d97b5044dac0e715c970f33609011 (diff)
wireshark: remove `paveloom` from maintainers
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 53f4803c7c5b0..deae24ec6547b 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
     changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
     license = licenses.gpl2Plus;
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ bjornfor fpletz paveloom ];
+    maintainers = with maintainers; [ bjornfor fpletz ];
     mainProgram = if withQt then "wireshark" else "tshark";
   };
 }