about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authormatdsoupe <matheus_pessanha2001@outlook.com>2021-08-20 09:44:34 -0300
committermatdsoupe <matheus_pessanha2001@outlook.com>2021-08-20 09:47:16 -0300
commit36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34 (patch)
treeea1ca7002953121e4cb7bfb40ef2b335c1a31de9 /pkgs/development/tools/earthly
parent59a3a86d64b9b7dccc7ad1f561eca7affdc2a074 (diff)
downloadnixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar.gz
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar.bz2
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar.lz
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar.xz
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.tar.zst
nixlib-36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34.zip
fix: remove unused earthly license
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 e73008d02da1..1d66e059a72d 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 = with licenses; [ bsl11 mpl20 ];
+    license = licenses.bsl11;
     maintainers = with maintainers; [ matdsoupe ];
   };
 }