diff --git a/pkgs/development/python-modules/lupa/default.nix b/pkgs/development/python-modules/lupa/default.nix index 6e3467290082..8851028d10a3 100644 --- a/pkgs/development/python-modules/lupa/default.nix +++ b/pkgs/development/python-modules/lupa/default.nix @@ -20,6 +20,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lua in Python"; homepage = "https://github.com/scoder/lupa"; + changelog = "https://github.com/scoder/lupa/blob/lupa-${version}/CHANGES.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; };