From 6725c2f4f549ed48ac6832259310ecd53c169edd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 21:46:54 -0600 Subject: [PATCH] update urls --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 52a274f..99c5f03 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/coolaj86/knuth-shuffle.git" + "url": "git://git.coolaj86.com/coolaj86/knuth-shuffle.git" }, "keywords": [ "ronald", @@ -24,9 +24,9 @@ "unbiased", "algorithm" ], - "author": "AJ ONeal (http://coolaj86.info/)", - "license": "Apache2", + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/coolaj86/knuth-shuffle/issues" + "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle/issues" } }