opensnitch: transfer maintainership to onny

I'm not using opensnitch myself anymore, and onny has done some
great work in this area
This commit is contained in:
Arnout Engelen 2022-12-03 09:56:50 +00:00
parent e76c78d206
commit bcfe2a82e4
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA
2 changed files with 2 additions and 2 deletions

@ -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;
};
}

@ -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;
};
}