From 94de9f6c1b4a06f0cae376b6a7447a9db7f7351f Mon Sep 17 00:00:00 2001 From: t4ccer Date: Wed, 30 Jul 2025 20:48:41 +0200 Subject: [PATCH] python3Packages.uplc: remove t4ccer 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 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"; }; }