about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/eks-node-viewer
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-11 23:13:38 -0400
committerfigsoda <figsoda@pm.me>2023-06-11 23:13:38 -0400
commit4a5460f3d95855a4075a6df3e5ca2977eee899b5 (patch)
treee6476ff367895f3e6b2a2ff5f1dbed4f4790e659 /pkgs/applications/networking/cluster/eks-node-viewer
parent6260c353eff0c8e3c3008663e5aacfeac403d928 (diff)
eks-node-viewer: fix license
Diffstat (limited to 'pkgs/applications/networking/cluster/eks-node-viewer')
-rw-r--r--pkgs/applications/networking/cluster/eks-node-viewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/eks-node-viewer/default.nix b/pkgs/applications/networking/cluster/eks-node-viewer/default.nix
index 044d2d2551692..f87236c4aea72 100644
--- a/pkgs/applications/networking/cluster/eks-node-viewer/default.nix
+++ b/pkgs/applications/networking/cluster/eks-node-viewer/default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
     description = "Tool to visualize dynamic node usage within a cluster";
     homepage = "https://github.com/awslabs/eks-node-viewer";
     changelog = "https://github.com/awslabs/eks-node-viewer/releases/tag/${version}";
-    license = licenses.afl20;
+    license = licenses.asl20;
     maintainers = [ maintainers.ivankovnatsky ];
   };
 }