From 678f3a73b91c9d770489a8c55b93fd016dafaeb4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 6 Oct 2024 22:52:23 +0200 Subject: [PATCH] terramate: add meta.changelog --- pkgs/development/tools/misc/terramate/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };