From 8b88f75aeeec6644712760ed40d81dd7a1e17083 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 31 Aug 2022 00:35:10 +0900 Subject: [PATCH] chore: `http` to `https` in `package.json` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 05db7dc..2c06a2a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lib/" ], "repository": "hexojs/hexo-log", - "homepage": "http://hexo.io/", + "homepage": "https://hexo.io/", "keywords": [ "website", "blog", @@ -23,9 +23,9 @@ "framework", "hexo" ], - "author": "Tommy Chen (http://zespia.tw)", + "author": "Tommy Chen (https://zespia.tw)", "maintainers": [ - "Abner Chou (http://abnerchou.me)" + "Abner Chou (https://abnerchou.me)" ], "license": "MIT", "devDependencies": {