Skip to content

Commit 9942154

Browse files
committed
wireshark: remove paveloom from maintainers
1 parent 200c320 commit 9942154

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/sniffers/wireshark

1 file changed

+1
-1
lines changed

pkgs/applications/networking/sniffers/wireshark/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
189189
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
190190
license = licenses.gpl2Plus;
191191
platforms = platforms.linux ++ platforms.darwin;
192-
maintainers = with maintainers; [ bjornfor fpletz paveloom ];
192+
maintainers = with maintainers; [ bjornfor fpletz ];
193193
mainProgram = if withQt then "wireshark" else "tshark";
194194
};
195195
}

0 commit comments

Comments
 (0)