forked from mirrors/nixpkgs
python310Packages.dash: add changelog to meta
This commit is contained in:
parent
6a231a6eb7
commit
f1e5019e5c
|
@ -74,6 +74,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python framework for building analytical web applications";
|
||||
homepage = "https://dash.plot.ly/";
|
||||
changelog = "https://github.com/plotly/dash/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ antoinerg ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue