diff --git a/pkgs/development/python-modules/calysto/default.nix b/pkgs/development/python-modules/calysto/default.nix index 8016ecb7798f..a9e62370f4c3 100644 --- a/pkgs/development/python-modules/calysto/default.nix +++ b/pkgs/development/python-modules/calysto/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Tools for Jupyter and Python"; homepage = "https://github.com/Calysto/calysto"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; }