python310Packages.myst-nb: add changelog to meta

This commit is contained in:
Mario Rodas 2022-10-02 22:13:00 +00:00
parent 594b8a231c
commit 182018b835

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser";
homepage = "https://github.com/executablebooks/myst-nb";
changelog = "https://github.com/executablebooks/MyST-NB/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
};