From 3a368ed0453b0256761667cfad9e1065db5ebf51 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 12 Jun 2023 14:07:12 -0400 Subject: [PATCH] infra: fix license --- pkgs/tools/admin/infra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/infra/default.nix b/pkgs/tools/admin/infra/default.nix index be2c8401efc2..f5189203943b 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 ]; }; }