From ec03785094c8d114dac9bdfd96922d8892b4d91d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 24 Jul 2021 17:06:00 +0000 Subject: [PATCH] earthly: update license to bsl11 https://earthly.dev/blog/every-open-core-company-should-be-a-source-available-company/ --- pkgs/development/tools/earthly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix index 924e7fc19de..ea8296b49f2 100644 --- a/pkgs/development/tools/earthly/default.nix +++ b/pkgs/development/tools/earthly/default.nix @@ -35,7 +35,7 @@ buildGoModule rec { description = "Build automation for the container era"; homepage = "https://earthly.dev/"; changelog = "https://github.com/earthly/earthly/releases/tag/v${version}"; - license = licenses.mpl20; + license = licenses.bsl11; maintainers = with maintainers; [ mdsp ]; }; }