terragrunt: remove peterhoeg as maintainer
This commit is contained in:
parent
96b7e9502c
commit
1384409e8f
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ buildGoModule rec {
|
|||
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";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg jk ];
|
||||
maintainers = with maintainers; [ jk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue