Unverified Commit 358dee19 authored by natsukium's avatar natsukium
Browse files

python311Packages.altair: add changelog to meta

parent e1a4c706
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ buildPythonPackage rec {
    description = "A declarative statistical visualization library for Python.";
    homepage = "https://altair-viz.github.io";
    downloadPage = "https://github.com/altair-viz/altair";
    changelog = "https://altair-viz.github.io/releases/changes.html";
    license = licenses.bsd3;
    maintainers = with maintainers; [ teh vinetos ];
  };