terragrunt: add jk as a maintainer

Add jk (myself) as a maintainer for terragrunt
This commit is contained in:
06kellyjac 2020-10-23 09:49:41 +01:00
parent 200bf0a3af
commit 268f5110f6

View file

@ -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 ];
};
}