From c87978ab9632c458471963ed2cb62e0b3f6afefc Mon Sep 17 00:00:00 2001
From: Laurie Voss <github@seldo.com>
Date: Mon, 12 Aug 2024 20:51:04 -0700
Subject: [PATCH] Point the repo to the current one (#227)

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e10db401..6bf2cb52 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/run-llama/LlamaIndexTS",
+    "url": "https://github.com/run-llama/create-llama",
     "directory": "packages/create-llama"
   },
   "license": "MIT",
-- 
GitLab