From bcfe2a82e4de7d32807b8fbe7f9ac132fa4ed1cf Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 3 Dec 2022 09:56:50 +0000 Subject: [PATCH] opensnitch: transfer maintainership to onny I'm not using opensnitch myself anymore, and onny has done some great work in this area --- pkgs/tools/networking/opensnitch/daemon.nix | 2 +- pkgs/tools/networking/opensnitch/ui.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/opensnitch/daemon.nix b/pkgs/tools/networking/opensnitch/daemon.nix index 33e8030d5632..94a4c0661c9a 100644 --- a/pkgs/tools/networking/opensnitch/daemon.nix +++ b/pkgs/tools/networking/opensnitch/daemon.nix @@ -74,7 +74,7 @@ buildGoModule rec { description = "An application firewall"; homepage = "https://github.com/evilsocket/opensnitch/wiki"; license = licenses.gpl3Only; - maintainers = with maintainers; [ raboof onny ]; + maintainers = with maintainers; [ onny ]; platforms = platforms.linux; }; } diff --git a/pkgs/tools/networking/opensnitch/ui.nix b/pkgs/tools/networking/opensnitch/ui.nix index dc1c6fa765ef..3cac87bf55e9 100644 --- a/pkgs/tools/networking/opensnitch/ui.nix +++ b/pkgs/tools/networking/opensnitch/ui.nix @@ -64,7 +64,7 @@ python3Packages.buildPythonApplication rec { description = "An application firewall"; homepage = "https://github.com/evilsocket/opensnitch/wiki"; license = licenses.gpl3Only; - maintainers = [ maintainers.raboof ]; + maintainers = with maintainers; [ onny ]; platforms = platforms.linux; }; }