about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
commit9e58685b9c3ef347fd91cc477b0a08fc207b4f58 (patch)
tree2427047f61867cbc2fc414e737882e6f575861c8
parent8c2225cf4d983dfeae4f5284c447d309e4e71b99 (diff)
aws-nuke: add changelog to meta
-rw-r--r--pkgs/tools/admin/aws-nuke/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/aws-nuke/default.nix b/pkgs/tools/admin/aws-nuke/default.nix
index 5091a8c8d88e5..2529cbc21a6b2 100644
--- a/pkgs/tools/admin/aws-nuke/default.nix
+++ b/pkgs/tools/admin/aws-nuke/default.nix
@@ -41,6 +41,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Nuke a whole AWS account and delete all its resources";
     homepage = "https://github.com/rebuy-de/aws-nuke";
+    changelog = "https://github.com/rebuy-de/aws-nuke/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ grahamc ];
   };