From 5f3aa51aec17ad0370e0492e171e14dee07a9f94 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:03:58 -0600 Subject: [PATCH] update urls --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d055a7..9f04ab9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.5", "description": "A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command.", "main": "bin/digd.js", + "homepage": "https://git.coolaj86.com:coolaj86/digd.js", "bin": { "digd.js": "bin/digd.js" }, @@ -11,7 +12,7 @@ }, "repository": { "type": "git", - "url": "https://git.coolaj86.com/coolaj86/digd.js.git" + "url": "git://git.coolaj86.com:coolaj86/digd.js.git" }, "keywords": [ "mdig",