lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.blockfrost-python: add aciceri as maintainer

authored by

Andrea Ciceri and committed by
t4ccer
7214379e 5bbcc683

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