From 36c02c2e5ec0f9369f88cc8d9aeefef6aa4ebf34 Mon Sep 17 00:00:00 2001 From: matdsoupe Date: Fri, 20 Aug 2021 09:44:34 -0300 Subject: [PATCH] fix: remove unused earthly license --- pkgs/development/tools/earthly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }