python3Packages.py-radix-sr: change maintainers to wdz team

This commit is contained in:
Jennifer Graul
2023-10-27 12:37:16 +02:00
committed by Yaya
parent 9dc3f263de
commit afda4f87d3
@@ -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;
};
}