From 1055096ca1cef3f747bf3f964052a65cbaffa078 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 2 Nov 2023 10:51:10 -0700 Subject: [PATCH] fix URLs in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f719af..9a61097 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mreinstein/hyperx.git" + "url": "git+https://github.com/choojs/hyperx.git" }, "bugs": { - "url": "https://github.com/mreinstein/hyperx/issues" + "url": "https://github.com/choojs/hyperx/issues" }, - "homepage": "https://github.com/mreinstein/hyperx#readme" + "homepage": "https://github.com/choojs/hyperx#readme" }