From 96de2ba261e7fdf8fb5d1b9bde2ab4d991ad567c Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Fri, 15 May 2026 12:44:45 +0200 Subject: [PATCH] ifcopenshell: add geospatial team --- pkgs/development/python-modules/ifcopenshell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }