terragrunt: add jk as a maintainer
Add jk (myself) as a maintainer for terragrunt
This commit is contained in:
parent
200bf0a3af
commit
268f5110f6
@ -28,6 +28,6 @@ buildGoModule rec {
|
|||||||
description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
|
description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
|
||||||
homepage = "https://github.com/gruntwork-io/terragrunt/";
|
homepage = "https://github.com/gruntwork-io/terragrunt/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg jk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user