From 9bed77a934ceb210b3c6cd5c92e0ac5157790e15 Mon Sep 17 00:00:00 2001 From: NickChecan Date: Thu, 19 Mar 2026 13:42:00 -0500 Subject: [PATCH] fix(common): change repo url on package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49280b2..848b4eb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "NickChecan", "repository": { "type": "git", - "url": "https://github.com/The-Nefarious-Developer/model-mux.git" + "url": "https://github.com/NickChecan/model-mux.git" }, "type": "module", "main": "dist/index.js",