mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
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";
|
||||
homepage = "https://github.com/gruntwork-io/terragrunt/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg jk ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user