From c8283c3bec0cd3395c12e1e9a595e8d07814617d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 22 Sep 2017 16:53:25 -0600 Subject: [PATCH] update urls --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c7ab80c..205d277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticator-cli", - "version": "1.0.2", + "version": "1.0.3", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", "main": "index.js", "bin": { @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/authenticator-cli.git" + "url": "git+https://git.daplie.com/Daplie/authenticator-cli.git" }, "keywords": [ "Authenticator", @@ -40,7 +40,7 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { - "url": "https://github.com/Daplie/authenticator-cli/issues" + "url": "https://git.daplie.com/Daplie/authenticator-cli/issues" }, - "homepage": "https://github.com/Daplie/authenticator-cli#readme" + "homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme" }