From 1e434fed00f248a1b55e5fd175eded961b9c679b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 4 Nov 2024 13:31:38 -0600 Subject: deno license is wrong, fix that Signed-off-by: Matt Strapp --- src/packages/locusts/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/packages/locusts/deno.json b/src/packages/locusts/deno.json index 8a0b4c8..74cdbea 100644 --- a/src/packages/locusts/deno.json +++ b/src/packages/locusts/deno.json @@ -5,7 +5,7 @@ "tasks": { "dev": "deno test --watch mod.ts" }, - "license": "MIT", + "license": "0BSD", "imports": { "@std/testing": "jsr:@std/testing@1", "@std/expect": "jsr:@std/expect@1" -- cgit v1.2.3