From 59a3a86d64b9b7dccc7ad1f561eca7affdc2a074 Mon Sep 17 00:00:00 2001 From: matdsoupe Date: Thu, 19 Aug 2021 18:17:48 -0300 Subject: [PATCH] update `earthly` maintainers and licenses list --- pkgs/development/tools/earthly/default.nix | 4 ++-- 1 file 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 ]; }; }