From e33cc19f5f3fd546fd72b93980178fba71e4b3ad Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 1 Oct 2025 23:08:31 +0000 Subject: [PATCH] Update package.json to correct repository URL and homepage links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28727d0..6638953 100644 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/luke/varsity.git" + "url": "https://github.com/LukeHagar/varsity" }, - "homepage": "https://github.com/luke/varsity#readme", + "homepage": "https://github.com/LukeHagar/varsity#readme", "bugs": { - "url": "https://github.com/luke/varsity/issues" + "url": "https://github.com/LukeHagar/varsity/issues" }, "files": [ "index.ts",