forked from mirrors/nixpkgs
python310Packages.yfinance: add changelog to meta
This commit is contained in:
parent
d8258a3908
commit
f7089f73c0
|
@ -41,8 +41,9 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Yahoo! Finance market data downloader (+faster Pandas Datareader)";
|
||||
homepage = "https://aroussi.com/post/python-yahoo-finance";
|
||||
description = "Module to doiwnload Yahoo! Finance market data";
|
||||
homepage = "https://github.com/ranaroussi/yfinance";
|
||||
changelog = "https://github.com/ranaroussi/yfinance/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ drewrisinger ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue