diff --git a/pkgs/development/python-modules/dparse/default.nix b/pkgs/development/python-modules/dparse/default.nix index 6c0240d3b0b9..8124e38c2d1e 100644 --- a/pkgs/development/python-modules/dparse/default.nix +++ b/pkgs/development/python-modules/dparse/default.nix @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "A parser for Python dependency files"; homepage = "https://github.com/pyupio/dparse"; + changelog = "https://github.com/pyupio/dparse/blob/${version}/HISTORY.rst"; license = licenses.mit; maintainers = with maintainers; [ thomasdesr ]; };