turbo: licenses.mpl20 -> licenses.mit

Fixes https://github.com/NixOS/nixpkgs/issues/330110
This commit is contained in:
seth
2024-08-10 02:48:45 -04:00
parent 9b39cbf646
commit 711d9f11ce
+1 -1
View File
@@ -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