Unverified Commit 711d9f11 authored by seth's avatar seth
Browse files

turbo: licenses.mpl20 -> licenses.mit

parent 9b39cbf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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