From 5bc57657f3911fc48f79cc8e804a852e1f0f5164 Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:17:04 +1000 Subject: [PATCH] fix urls in `package.json` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29fc801..1e55ef0 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "homepage": "https://github.com/gauge-sh/tach", "repository": { "type": "git", - "url": "https://github.com/gauge-sh/tach/.git" + "url": "https://github.com/gauge-sh/tach.git" }, "bugs": { - "url": "https://github.com//gauge-sh/tach/issues" + "url": "https://github.com/gauge-sh/tach/issues" }, "galleryBanner": { "color": "#1e415e",