From 9f9aa7f0cb54927b68163c722094cb1a1297bf65 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Fri, 27 Sep 2019 12:20:49 -0700 Subject: [PATCH] chore: fix repo links in package --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7d6443d..b8a72f2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/w33ble/youtube-dl-web.git" + "url": "git+https://git.w33ble.com/w33ble/youtube-dl-web.git" }, "keywords": [], "files": [ @@ -20,12 +20,12 @@ "CHANGELOG.md", "AUTHORS.md" ], - "author": "Joe Fleming (https://github.com/w33ble)", + "author": "Joe Fleming (https://git.w33ble.com/w33ble)", "license": "MIT", "bugs": { - "url": "https://github.com/w33ble/youtube-dl-web/issues" + "url": "https://git.w33ble.com/w33ble/youtube-dl-web/issues" }, - "homepage": "https://github.com/w33ble/youtube-dl-web", + "homepage": "https://git.w33ble.com/w33ble/youtube-dl-web", "husky": { "hooks": { "pre-commit": "lint-staged"