about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-12 14:07:12 -0400
committerfigsoda <figsoda@pm.me>2023-06-12 14:07:12 -0400
commit3a368ed0453b0256761667cfad9e1065db5ebf51 (patch)
tree63dab7bcd722de4e177931c652332d38e3049a2d /pkgs/tools/admin
parent3079a556f33e51fe45f7d487f3250736b6dcac8a (diff)
infra: fix license
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/infra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/infra/default.nix b/pkgs/tools/admin/infra/default.nix
index be2c8401efc29..f5189203943ba 100644
--- a/pkgs/tools/admin/infra/default.nix
+++ b/pkgs/tools/admin/infra/default.nix
@@ -21,7 +21,7 @@ buildGoModule rec {
     description = "Infra manages access to infrastructure such as Kubernetes";
     homepage = "https://github.com/infrahq/infra";
     changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md";
-    license = licenses.mit;
+    license = licenses.elastic;
     maintainers = with maintainers; [ peterromfeldhk ];
   };
 }