python310Packages.jupytext: add meta.changelog

This commit is contained in:
natsukium
2023-08-03 00:07:28 +09:00
parent 9616fc4149
commit c0e86edeae
@@ -85,6 +85,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts";
homepage = "https://github.com/mwouts/jupytext";
changelog = "https://github.com/mwouts/jupytext/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ timokau ];
};