From f5175ac0c7fcbf402705bfa085a342b4759d2613 Mon Sep 17 00:00:00 2001 From: tsukiroku Date: Sun, 12 Jun 2022 17:32:41 +0900 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd6c026..a45ef95 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/recalculated/gist.git" + "url": "git+https://github.com/tsukiroku/gist.git" }, "keywords": [ "gist" @@ -17,9 +17,9 @@ "author": "tsukiroku", "license": "MIT", "bugs": { - "url": "https://github.com/recalculated/gist/issues" + "url": "https://github.com/tsukiroku/gist/issues" }, - "homepage": "https://github.com/recalculated/gist#readme", + "homepage": "https://github.com/tsukiroku/gist#readme", "dependencies": { "axios": "^0.27.2" },