From 5fbbc0fa55f55e2156bf931b63288d62ef5c7122 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 9 Aug 2017 10:30:54 -0600 Subject: [PATCH] add links to repository --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 33fcf80..a5e7078 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,14 @@ "name": "socket-pair", "version": "1.0.1", "description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716", + "homepage": "https://git.daplie.com/Daplie/socket-pair#readme", "main": "lib/socket-pair.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git@git.daplie.com:Daplie/socket-pair.git" + "url": "git+https://git.daplie.com/Daplie/socket-pair.git" }, "keywords": [ "tls",