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]
pull/348/head
Geremia Taglialatela 2 years ago committed by GitHub
parent 1f540de23a
commit 814060f8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@
],
"author": "kenny wong <wowohoo@qq.com>",
"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"

Loading…
Cancel
Save