python310Packages.versionfinder: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-05 19:45:10 +01:00
parent f4c62a2380
commit 5626551cbb
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Find the version of another package, whether installed via pip, setuptools or git";
homepage = "https://github.com/jantman/versionfinder";
changelog = "https://github.com/jantman/versionfinder/blob/${version}/CHANGES.rst";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ zakame ];
};