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