python3Packages.uplc: remove t4ccer as maintainer

This commit is contained in:
t4ccer
2025-07-31 16:16:14 +02:00
parent 95938ad679
commit 94de9f6c1b
@@ -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";
};
}