terramate: add meta.changelog

This commit is contained in:
h7x4
2024-10-06 22:52:23 +02:00
parent a03960496e
commit 678f3a73b9
@@ -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 ];
};