From 268f5110f66f4f346f4f879e1b5544e6c5014368 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Fri, 23 Oct 2020 09:49:41 +0100 Subject: [PATCH] terragrunt: add jk as a maintainer Add jk (myself) as a maintainer for terragrunt --- pkgs/applications/networking/cluster/terragrunt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix index e908c66b0ea..1bde33cdcfe 100644 --- a/pkgs/applications/networking/cluster/terragrunt/default.nix +++ b/pkgs/applications/networking/cluster/terragrunt/default.nix @@ -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 ]; }; }