terragrunt: remove peterhoeg as maintainer
This commit is contained in:
parent
96b7e9502c
commit
1384409e8f
@ -32,6 +32,6 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}";
|
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";
|
description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg jk ];
|
maintainers = with maintainers; [ jk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user