Unverified Commit a7d1e756 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

wasmtime: refine license (#437558)

parents f79a5f8d 82ef5422
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -81,7 +81,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "Standalone JIT-style runtime for WebAssembly, using Cranelift";
    homepage = "https://wasmtime.dev/";
    license = lib.licenses.asl20;
    license = [
      lib.licenses.asl20
      lib.licenses.llvm-exception
    ];
    mainProgram = "wasmtime";
    maintainers = with lib.maintainers; [
      ereslibre