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-19 18:17:48 -0300
committermatdsoupe <matheus_pessanha2001@outlook.com>2021-08-19 18:17:48 -0300
commit59a3a86d64b9b7dccc7ad1f561eca7affdc2a074 (patch)
tree26548dcc8f43dcd0f0a7afac232c1f0bc5568a8e /pkgs/development/tools/earthly
parent3a95b0ff97846afb0a3f3b2064663eb22eb76c6a (diff)
downloadnixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar.gz
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar.bz2
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar.lz
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar.xz
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.tar.zst
nixlib-59a3a86d64b9b7dccc7ad1f561eca7affdc2a074.zip
update `earthly` maintainers and licenses list
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index ea8296b49f21..e73008d02da1 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.bsl11;
-    maintainers = with maintainers; [ mdsp ];
+    license = with licenses; [ bsl11 mpl20 ];
+    maintainers = with maintainers; [ matdsoupe ];
   };
 }