python310Packages.mkdocstrings-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-09 09:45:57 +01:00
parent 35090c8b8b
commit bab3dc1314

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python handler for mkdocstrings";
homepage = "https://github.com/mkdocstrings/python";
changelog = "https://github.com/mkdocstrings/python/blob/${version}/CHANGELOG.md";
license = licenses.isc;
maintainers = with maintainers; [ fab ];
};