about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2022-05-06 17:00:53 +0100
committerehmry <ehmry@posteo.net>2022-05-06 11:15:01 -0500
commit3025934acff713d328e7f30438338d79d062f9a2 (patch)
tree5ca626ad961cb0d2d4ef7fff403f68bdb96e172d /pkgs/development/tools/earthly
parente37af18b4edafd0ef4fcff72e00c7714dcab2b4d (diff)
earthly: licenses.bsl11 => licenses.mpl20
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index 06b17c1ff1fd5..5838f5e94b433 100644
--- a/pkgs/development/tools/earthly/default.nix
+++ b/pkgs/development/tools/earthly/default.nix
@@ -36,7 +36,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.bsl11;
+    license = licenses.mpl20;
     maintainers = with maintainers; [ zoedsoupe ];
   };
 }