python3Packages.pluthon: add aciceri as maintainer

Changed files
+1 -1
pkgs
development
python-modules
pluthon
+1 -1
pkgs/development/python-modules/pluthon/default.nix
···
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 ];
};
}