Skip to content

Commit

Permalink
terramate: add meta.changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Oct 6, 2024
1 parent a039604 commit 678f3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/misc/terramate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 678f3a7

Please sign in to comment.