ifcopenshell: add geospatial team

This commit is contained in:
Augustin Trancart
2026-05-15 12:44:45 +02:00
parent bfc1d590a8
commit 96de2ba261
@@ -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 ];
};
}