From ae5711ff4193ee381d685f14a1added415527740 Mon Sep 17 00:00:00 2001 From: bertybuttface <110790513+bertybuttface@users.noreply.github.com> Date: Sun, 8 Jan 2023 15:48:47 +0000 Subject: [PATCH] Update package.json update repository field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fcb6b2..7f0f30f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "matrix-chatgpt-bot", "version": "1.0.0", "main": "dist/index.js", - "repository": "git@github.com:jakecoppinger/matrix-chatgpt-bot.git", + "repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git", "author": "Jake Coppinger ", "license": "AGPL-3.0", "type": "module",