diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2024-11-04 13:31:38 -0600 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-04 13:31:38 -0600 |
| commit | 1e434fed00f248a1b55e5fd175eded961b9c679b (patch) | |
| tree | 01d6e2be1d918e592a42317a90115462f236cd38 | |
| parent | I HATE YOU, VSCODE (diff) | |
| download | locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar.gz locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar.bz2 locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar.lz locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar.xz locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.tar.zst locusts-1e434fed00f248a1b55e5fd175eded961b9c679b.zip | |
deno license is wrong, fix that
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
| -rw-r--r-- | src/packages/locusts/deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
