From 814060f8cb15042141f48ee95b46c758bb4fa076 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 10 Jul 2023 02:54:13 +0200 Subject: [PATCH] fix: Fix url to the project homepage in package.json (#437) The old unsecure URL returned a 404. This commit fixes the project homepage by pointing to the correct URL, taken from GitHub [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecc72d5..67115ad 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "author": "kenny wong ", "license": "MIT", - "homepage": "http://jaywcjlove.github.io/hotkeys", + "homepage": "https://jaywcjlove.github.io/hotkeys-js", "repository": { "type": "git", "url": "https://github.com/jaywcjlove/hotkeys.git"