From afda4f87d376affd34d693d4fb1c138c6168fc86 Mon Sep 17 00:00:00 2001 From: Jennifer Graul Date: Fri, 27 Oct 2023 10:08:54 +0200 Subject: [PATCH] python3Packages.py-radix-sr: change maintainers to wdz team --- pkgs/development/python-modules/py-radix-sr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/py-radix-sr/default.nix b/pkgs/development/python-modules/py-radix-sr/default.nix index f76f12708f83..da14d8a95799 100644 --- a/pkgs/development/python-modules/py-radix-sr/default.nix +++ b/pkgs/development/python-modules/py-radix-sr/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "Python radix tree for IPv4 and IPv6 prefix matching"; homepage = "https://github.com/SEKOIA-IO/py-radix"; license = with licenses; [ isc bsdOriginal ]; - maintainers = with maintainers; [ netali ]; + maintainers = teams.wdz.members; }; }