From e56eaf00471cb43a92b4e22b5869339557ba556b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 31 Jul 2025 15:00:33 +0200 Subject: [PATCH] python3Packages.uplc: add aciceri as maintainer --- pkgs/development/python-modules/uplc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }