From 5a32afba9915816df51178bc97aadf116e215772 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:16:33 -0600 Subject: [PATCH] update urls --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0dad80..a368acf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.8", "description": "Like hexdump on *nix, but in JavaScript.", "main": "hexdump.js", - "homepage": "https://git.coolaj86.com:coolaj86/hexdump.js", + "homepage": "https://git.coolaj86.com/coolaj86/hexdump.js", "bin": { "hexdump.js": "./bin/cli.js" },