mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
terragrunt: add to the meta (#111586)
* terragrunt: add to the meta * Update pkgs/applications/networking/cluster/terragrunt/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
00e3e09832
commit
04b739029c
@ -23,8 +23,9 @@ buildGoModule rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://terragrunt.gruntwork.io";
|
||||
changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}";
|
||||
description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
|
||||
homepage = "https://github.com/gruntwork-io/terragrunt/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg jk ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user