python3Packages.blockfrost-python: add aciceri as maintainer

Changed files
+1 -1
pkgs
development
python-modules
blockfrost-python
+1 -1
pkgs/development/python-modules/blockfrost-python/default.nix
···
description = "Python SDK for the Blockfrost.io API";
homepage = "https://github.com/blockfrost/blockfrost-python";
license = licenses.asl20;
-
maintainers = with maintainers; [ ];
+
maintainers = with maintainers; [ aciceri ];
};
}