Commit f1e5019e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dash: add changelog to meta

parent 6a231a6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };