diff --git a/pkgs/development/python-modules/deploykit/default.nix b/pkgs/development/python-modules/deploykit/default.nix index aa81ea3ba3e5..671ac0213c51 100644 --- a/pkgs/development/python-modules/deploykit/default.nix +++ b/pkgs/development/python-modules/deploykit/default.nix @@ -37,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Execute commands remote via ssh and locally in parallel with python"; homepage = "https://github.com/numtide/deploykit"; + changelog = "https://github.com/numtide/deploykit/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ mic92 zowoq ]; platforms = platforms.unix;