python3Packages.pluthon: remove t4ccer as maintainer

This commit is contained in:
t4ccer
2025-07-31 16:16:14 +02:00
parent 1c149b8274
commit 6d52cefe45
@@ -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; [ t4ccer ];
maintainers = with maintainers; [ ];
};
}