fix: remove unused earthly license

This commit is contained in:
matdsoupe 2021-08-20 09:44:34 -03:00
parent 59a3a86d64
commit 36c02c2e5e
No known key found for this signature in database
GPG key ID: 2671964AB1E06A08

View file

@ -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 ];
};
}