diff --git a/pkgs/development/tools/misc/terramate/default.nix b/pkgs/development/tools/misc/terramate/default.nix index ba375cad8e63..5d2be8f5a4c8 100644 --- a/pkgs/development/tools/misc/terramate/default.nix +++ b/pkgs/development/tools/misc/terramate/default.nix @@ -28,6 +28,7 @@ buildGoModule rec { meta = with lib; { description = "Adds code generation, stacks, orchestration, change detection, data sharing and more to Terraform"; homepage = "https://github.com/terramate-io/terramate"; + changelog = "https://github.com/terramate-io/terramate/releases/tag/v${version}"; license = licenses.mpl20; maintainers = with maintainers; [ dit7ya ]; };