python310Packages.mdit-py-plugins: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-22 04:20:00 +00:00
parent 29d3baf23c
commit 93a5256e22

View file

@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of core plugins for markdown-it-py";
homepage = "https://github.com/executablebooks/mdit-py-plugins";
changelog = "https://github.com/executablebooks/mdit-py-plugins/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
};