diff --git a/pkgs/development/python-modules/uplc/default.nix b/pkgs/development/python-modules/uplc/default.nix index e9a2874b17c0..dfd78c86af0f 100644 --- a/pkgs/development/python-modules/uplc/default.nix +++ b/pkgs/development/python-modules/uplc/default.nix @@ -54,7 +54,7 @@ buildPythonPackage rec { description = "Python implementation of untyped plutus language core"; homepage = "https://github.com/OpShin/uplc"; license = licenses.mit; - maintainers = with maintainers; [ t4ccer ]; + maintainers = with maintainers; [ ]; mainProgram = "opshin"; }; }