python310Packages.mkdocs-mermaid2-plugin: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-17 10:26:45 +02:00
committed by GitHub
parent 4f42b1358c
commit a3236cd260
@@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A MkDocs plugin for including mermaid graphs in markdown sources";
homepage = "https://github.com/fralau/mkdocs-mermaid2-plugin";
changelog = "https://github.com/fralau/mkdocs-mermaid2-plugin/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};