From 02fea4473b736c9507004a3ec7930a05428896ea Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:08:06 -0600 Subject: [PATCH] update urls --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 338830f..dd8b7be 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.7", "description": "Like hexdump on *nix, but in JavaScript.", "main": "hexdump.js", + "homepage": "https://git.coolaj86.com:coolaj86/hexdump.js", "bin": { "hexdump.js": "./bin/cli.js" }, @@ -11,7 +12,7 @@ }, "repository": { "type": "git", - "url": "https://git.coolaj86.com/coolaj86/hexdump.js.git" + "url": "git://git.coolaj86.com:coolaj86/hexdump.js.git" }, "keywords": [ "hexdump",