python312Packages.plotly: fixup meta

This commit is contained in:
Gavin John
2024-10-07 11:32:44 -07:00
parent 78f07e58ce
commit ce27c04702
@@ -39,11 +39,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "plotly" ];
meta = with lib; {
meta = {
description = "Python plotting library for collaborative, interactive, publication-quality graphs";
downloadPage = "https://github.com/plotly/plotly.py";
homepage = "https://plot.ly/python/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ pandapip1 ];
downloadPage = "https://github.com/plotly/plotly.py";
changelog = "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pandapip1 ];
};
}