diff --git a/pkgs/development/python-modules/ifcopenshell/default.nix b/pkgs/development/python-modules/ifcopenshell/default.nix index bcdde4021d10..151303f6bb8e 100644 --- a/pkgs/development/python-modules/ifcopenshell/default.nix +++ b/pkgs/development/python-modules/ifcopenshell/default.nix @@ -210,6 +210,6 @@ buildPythonPackage rec { description = "Open source IFC library and geometry engine"; homepage = "https://ifcopenshell.org/"; license = lib.licenses.lgpl3; - maintainers = with lib.maintainers; [ autra ]; + teams = [ lib.teams.geospatial ]; }; }