Merge pull request #204256 from raboof/onny-opensnitch-maintainer

opensnitch: transfer maintainership to onny
This commit is contained in:
Arnout Engelen
2022-12-05 14:55:36 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
};
}