3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.yfinance: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-19 09:48:55 +01:00
parent d8258a3908
commit f7089f73c0

View file

@ -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 ];
};