python3Packages.uplc: add aciceri as maintainer

This commit is contained in:
Andrea Ciceri
2025-07-31 16:16:15 +02:00
committed by t4ccer
parent 2d35c1fc39
commit e56eaf0047
@@ -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";
};
}