python3Packages.uplc: add aciceri as maintainer

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