From 001846bb2301a31ec3f0062789eaf8e6830f36ed Mon Sep 17 00:00:00 2001 From: blinxen Date: Wed, 1 Nov 2023 19:39:24 +0100 Subject: [PATCH] Fix `Cargo.toml` license field Code is published under `WTFPL` and not `MIT` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d99a97..d4e741e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["incremental", "parsing", "twig"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-twig" edition = "2018" -license = "MIT" +license = "WTFPL" build = "bindings/rust/build.rs" include = [