fix: remove unused earthly license
This commit is contained in:
parent
59a3a86d64
commit
36c02c2e5e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ buildGoModule rec {
|
||||||
description = "Build automation for the container era";
|
description = "Build automation for the container era";
|
||||||
homepage = "https://earthly.dev/";
|
homepage = "https://earthly.dev/";
|
||||||
changelog = "https://github.com/earthly/earthly/releases/tag/v${version}";
|
changelog = "https://github.com/earthly/earthly/releases/tag/v${version}";
|
||||||
license = with licenses; [ bsl11 mpl20 ];
|
license = licenses.bsl11;
|
||||||
maintainers = with maintainers; [ matdsoupe ];
|
maintainers = with maintainers; [ matdsoupe ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue