cargo: fix repository URL (#1)

pull/361/head
Yuya Nishihara 2022-07-07 14:11:37 +07:00
parent e8b1304ec7
commit 8da1e5ed7e
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ description = "QML grammar for the tree-sitter parsing library"
version = "0.1.0"
keywords = ["incremental", "parsing", "qml"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-qmljs"
repository = "https://github.com/yuja/tree-sitter-qmljs"
edition = "2018"
license = "MIT"