python3Packages.pluthon: add aciceri as maintainer

This commit is contained in:
Andrea Ciceri
2025-07-31 16:16:15 +02:00
committed by t4ccer
parent 29c83be807
commit dcdfe2470d
@@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Pluto-like programming language for Cardano Smart Contracts in Python";
homepage = "https://github.com/OpShin/pluthon";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ aciceri ];
};
}