diff --git a/pkgs/development/python-modules/uplc/default.nix b/pkgs/development/python-modules/uplc/default.nix index dfd78c86af0f..02970d581f6c 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; [ ]; + maintainers = with maintainers; [ aciceri ]; mainProgram = "opshin"; }; }