From c1f3ae899e447058794b48a50bfc8f5d1233ff88 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:41:07 +0800 Subject: [PATCH] fix link in pkg.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01d60a6..d0988b7 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,13 @@ "hexo", "initializer" ], - "homepage": "https://github.com/uiolee/create-hex", + "homepage": "https://github.com/uiolee/create-hexo", "bugs": { - "url": "https://github.com/uiolee/create-hex/issues" + "url": "https://github.com/uiolee/create-hexo/issues" }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/uiolee/create-hex.git" + "url": "https://github.com/uiolee/create-hexo" }, "license": "MPL-2.0", "author": "uiolee (https://github.com/uiolee)",