Commit 804a42b1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pydeps: add changelog to meta

parent 47504b64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };