We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
paveloom
1 parent 200c320 commit 9942154Copy full SHA for 9942154
pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
189
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
190
license = licenses.gpl2Plus;
191
platforms = platforms.linux ++ platforms.darwin;
192
- maintainers = with maintainers; [ bjornfor fpletz paveloom ];
+ maintainers = with maintainers; [ bjornfor fpletz ];
193
mainProgram = if withQt then "wireshark" else "tshark";
194
};
195
}
0 commit comments