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" }