From 3b0e1de7a277ee210c41830e4dbf860b2a390385 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:06:34 -0600 Subject: [PATCH] update urls --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bcffa2..381093a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.2.5", "description": "testing dns", "main": "dns.js", + "homepage": "https://git.coolaj86.com:coolaj86/dns-suite.js", "bin": { "dns-pack.js": "bin/dns-pack.js", "dns-parse.js": "bin/dns-parse.js", @@ -14,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://git.coolaj86.com/coolaj86/dns-suite.js.git" + "url": "git://git.coolaj86.com/coolaj86/dns-suite.js.git" }, "author": "", "license": "(MIT or Apache2)",