diff --git a/pkgs/development/python-modules/urlextract/default.nix b/pkgs/development/python-modules/urlextract/default.nix index 3f881539f2b1..2d3917e06d71 100644 --- a/pkgs/development/python-modules/urlextract/default.nix +++ b/pkgs/development/python-modules/urlextract/default.nix @@ -50,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Collects and extracts URLs from given text"; homepage = "https://github.com/lipoja/URLExtract"; + changelog = "https://github.com/lipoja/URLExtract/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ilkecan ]; };