From eed54f6e025ee8c012902aaa4387f2274b645d3e Mon Sep 17 00:00:00 2001 From: koyashiro Date: Wed, 11 May 2022 17:09:07 +0900 Subject: [PATCH] fix url Signed-off-by: koyashiro --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01e7bd5..7f98ab8 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bootjp/send_vrc.git" + "url": "git+https://github.com/vrc-plugin/send_vrc.git" }, "author": "bootjp / Yoshiaki Ueda ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/bootjp/send_vrc/issues" + "url": "https://github.com/vrc-plugin/send_vrc/issues" }, - "homepage": "https://github.com/bootjp/send_vrc", + "homepage": "https://github.com/vrc-plugin/send_vrc", "devDependencies": { "@types/chrome": "0.0.184", "@typescript-eslint/eslint-plugin": "5.23.0",