diff --git a/pkgs/development/python-modules/cardano-tools/default.nix b/pkgs/development/python-modules/cardano-tools/default.nix index d6b1af66af58..60246494fe99 100644 --- a/pkgs/development/python-modules/cardano-tools/default.nix +++ b/pkgs/development/python-modules/cardano-tools/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Python module for interfacing with the Cardano blockchain"; homepage = "https://gitlab.com/viperscience/cardano-tools"; license = licenses.asl20; - maintainers = with maintainers; [ t4ccer ]; + maintainers = with maintainers; [ ]; }; }