summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-24 17:06:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-07-24 17:06:00 +0000
commitec03785094c8d114dac9bdfd96922d8892b4d91d (patch)
tree93cf05af38a1a49906b6dc58a0da968302d6591c
parent0204024d1b135eee8adf80a9047a13351137b6c1 (diff)
downloadnixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar.gz
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar.bz2
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar.lz
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar.xz
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.tar.zst
nixpkgs-ec03785094c8d114dac9bdfd96922d8892b4d91d.zip
earthly: update license to bsl11
https://earthly.dev/blog/every-open-core-company-should-be-a-source-available-company/
-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 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 ];
   };
 }