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:
parent
3a95b0ff97
commit
59a3a86d64
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue