diff --git a/pkgs/development/python-modules/ifcopenshell/default.nix b/pkgs/development/python-modules/ifcopenshell/default.nix index 84533d15647177c..ed79dfbe3155191 100644 --- a/pkgs/development/python-modules/ifcopenshell/default.nix +++ b/pkgs/development/python-modules/ifcopenshell/default.nix @@ -178,6 +178,6 @@ buildPythonPackage rec { description = "Open source IFC library and geometry engine"; homepage = "http://ifcopenshell.org/"; license = licenses.lgpl3; - maintainers = with maintainers; [ fehnomenal ]; + maintainers = with maintainers; [ autra ]; }; }