python310Packages.pydeps: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-26 17:10:13 +01:00
parent 47504b64c5
commit 804a42b1da
@@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module dependency visualization";
homepage = "https://github.com/thebjorn/pydeps";
changelog = "https://github.com/thebjorn/pydeps/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};