From 711d9f11ce6c352b905151bd3f2a9a3604a9357d Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 28 Jul 2024 17:35:22 -0400 Subject: [PATCH] turbo: licenses.mpl20 -> licenses.mit Fixes https://github.com/NixOS/nixpkgs/issues/330110 --- pkgs/by-name/tu/turbo-unwrapped/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/tu/turbo-unwrapped/package.nix b/pkgs/by-name/tu/turbo-unwrapped/package.nix index 42908110f865..d3f0959577d1 100644 --- a/pkgs/by-name/tu/turbo-unwrapped/package.nix +++ b/pkgs/by-name/tu/turbo-unwrapped/package.nix @@ -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