diff --git a/pkgs/development/python-modules/lektor/default.nix b/pkgs/development/python-modules/lektor/default.nix index 875aa4881a30..1a3ad1b7f268 100644 --- a/pkgs/development/python-modules/lektor/default.nix +++ b/pkgs/development/python-modules/lektor/default.nix @@ -93,6 +93,7 @@ buildPythonPackage rec { meta = with lib; { description = "A static content management system"; homepage = "https://www.getlektor.com/"; + changelog = "https://github.com/lektor/lektor/blob/v${version}/CHANGES.md"; license = licenses.bsd0; maintainers = with maintainers; [ costrouc ]; };