terragrunt: remove peterhoeg as maintainer

This commit is contained in:
Peter Hoeg 2021-04-27 16:07:52 +08:00 committed by GitHub
parent 96b7e9502c
commit 1384409e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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