From 3f6047af8687846c85a3b9d0eb145bea5c5093c5 Mon Sep 17 00:00:00 2001 From: Aman Gupta Karmani Date: Thu, 27 Jul 2023 14:39:50 -0700 Subject: [PATCH] Fix path to git repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ceefd4..780cf15 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/theHamsta/tree-sitter-common-lisp.git" + "url": "git://github.com/theHamsta/tree-sitter-commonlisp" }, "devDependencies": { "tree-sitter-cli": "^0.20.4"