Skip to content

Commit

Permalink
wireshark: remove paveloom from maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Jan 13, 2024
1 parent 200c320 commit 9942154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 9942154

Please sign in to comment.