python3Packages.uplc: remove t4ccer as maintainer

This commit is contained in:
t4ccer 2025-07-30 20:48:41 +02:00
parent 95938ad679
commit 94de9f6c1b
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -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";
};
}