From 324b53d6a5fbfc7f6a1eca6eb0d9fde1d7c2e691 Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Fri, 13 Nov 2020 08:03:46 +0000 Subject: [PATCH] Update package.json links to the node-12 compatible repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 50ee96de..6b210c74 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "binding", "c" ], - "homepage": "http://github.com/node-ffi/node-ffi", + "homepage": "https://github.com/lxe/node-ffi", "engines": { "node": ">=0.10.0" }, @@ -39,9 +39,9 @@ }, "repository": { "type": "git", - "url": "http://github.com/node-ffi/node-ffi.git" + "url": "http://github.com/lxe/node-ffi.git" }, "bugs": { - "url": "http://github.com/node-ffi/node-ffi/issues" + "url": "https://github.com/lxe/node-ffi/issues" } }