python310Packages.mkdocs-mermaid2-plugin: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user