From 04b739029c3000d25cf94eaf047a3548834dcb4f Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Mon, 1 Feb 2021 17:05:54 +0000 Subject: [PATCH] terragrunt: add to the meta (#111586) * terragrunt: add to the meta * Update pkgs/applications/networking/cluster/terragrunt/default.nix Co-authored-by: Sandro --- pkgs/applications/networking/cluster/terragrunt/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix index a81ccc6eb1d8..ce8397ccca28 100644 --- a/pkgs/applications/networking/cluster/terragrunt/default.nix +++ b/pkgs/applications/networking/cluster/terragrunt/default.nix @@ -23,8 +23,9 @@ buildGoModule rec { ]; meta = with lib; { + homepage = "https://terragrunt.gruntwork.io"; + 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"; - homepage = "https://github.com/gruntwork-io/terragrunt/"; license = licenses.mit; maintainers = with maintainers; [ peterhoeg jk ]; };