1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

update earthly maintainers and licenses list

This commit is contained in:
matdsoupe 2021-08-19 18:17:48 -03:00
parent 3a95b0ff97
commit 59a3a86d64
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 = licenses.bsl11;
maintainers = with maintainers; [ mdsp ];
license = with licenses; [ bsl11 mpl20 ];
maintainers = with maintainers; [ matdsoupe ];
};
}