turbo: licenses.mpl20 -> licenses.mit
Fixes https://github.com/NixOS/nixpkgs/issues/330110
This commit is contained in:
@@ -86,7 +86,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "High-performance build system for JavaScript and TypeScript codebases";
|
||||
homepage = "https://turbo.build/";
|
||||
changelog = "https://github.com/vercel/turbo/releases/tag/v${version}";
|
||||
license = lib.licenses.mpl20;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dlip
|
||||
getchoo
|
||||
|
||||
Reference in New Issue
Block a user