From 901c31e7bf933942029fc2e7d3451fe3f93bcce6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:13:32 -0600 Subject: [PATCH] update urls --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8643d6e..1e8032c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.7", "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", + "homepage": "https://git.coolaj86.com/coolaj86/digd.js", "bin": { "digd.js": "bin/digd.js" },