about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Kelly <dev@j-k.io>2021-02-01 17:05:54 +0000
committerGitHub <noreply@github.com>2021-02-01 18:05:54 +0100
commit04b739029c3000d25cf94eaf047a3548834dcb4f (patch)
treee447c8d6a23b3b4707236e3e60d36df89d0b76bf
parent00e3e098320b718c037c181512c3f4d4435ad5b7 (diff)
terragrunt: add to the meta (#111586)
* terragrunt: add to the meta

* Update pkgs/applications/networking/cluster/terragrunt/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix
index a81ccc6eb1d81..ce8397ccca28b 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 ];
   };