Skip to content

Commit

Permalink
Fix Cargo.toml license field
Browse files Browse the repository at this point in the history
Code is published under `WTFPL` and not `MIT`
  • Loading branch information
blinxen authored Nov 1, 2023
1 parent bd5e1cf commit 001846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 001846b

Please sign in to comment.