Unverified Commit 9dd7d430 authored by Dalton Caron's avatar Dalton Caron Committed by GitHub
Browse files

Update pkgs/development/python-modules/python-coinmarketcap/default.nix

parent 1d0f040a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@ buildPythonPackage rec {
    "coinmarketcapapi"
  ];

  meta = with lib; {
  meta = {
    description = "Python package to wrap the CoinMarketCap API";
    homepage = "https://github.com/rsz44/python-coinmarketcap";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ dolphindalt ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dolphindalt ];
  };
}