about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/krane
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-12-14 01:36:29 -0500
committerKira Bruneau <kira.bruneau@pm.me>2023-12-14 01:39:52 -0500
commitea2de833561dd874c47726b79348383f6d06a145 (patch)
tree3902bb571bf7416014ae17a3cf844387a941ca49 /pkgs/applications/networking/cluster/krane
parent53cf178f5db161f620d15e9b2e749196507f7fea (diff)
krane: add changelog
Diffstat (limited to 'pkgs/applications/networking/cluster/krane')
-rw-r--r--pkgs/applications/networking/cluster/krane/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/krane/default.nix b/pkgs/applications/networking/cluster/krane/default.nix
index cc9d19fd8152b..0bb04197a7ee9 100644
--- a/pkgs/applications/networking/cluster/krane/default.nix
+++ b/pkgs/applications/networking/cluster/krane/default.nix
@@ -13,6 +13,7 @@ bundlerApp {
   meta = with lib; {
     description = "A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result";
     homepage = "https://github.com/Shopify/krane";
+    changelog = "https://github.com/Shopify/krane/blob/main/CHANGELOG.md";
     license = licenses.mit;
     maintainers = with maintainers; [ kira-bruneau ];
   };