python310Packages.mkdocstrings: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-14 13:04:19 +01:00
parent 155c741a31
commit 37e95078fd
@@ -61,6 +61,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automatic documentation from sources for MkDocs";
homepage = "https://github.com/mkdocstrings/mkdocstrings";
changelog = "https://github.com/mkdocstrings/mkdocstrings/blob/${version}/CHANGELOG.md";
license = licenses.isc;
maintainers = with maintainers; [ fab ];
};