wasmtime: refine license

This commit is contained in:
winston
2025-08-27 17:38:14 +02:00
parent 9654fb4c3b
commit 82ef5422a2
+4 -1
View File
@@ -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