earthly: licenses.bsl11 => licenses.mpl20
This commit is contained in:
parent
e37af18b4e
commit
3025934acf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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;
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ zoedsoupe ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue