3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dash: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-12 23:44:25 +01:00
parent 6a231a6eb7
commit f1e5019e5c

View file

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