From d719088a60ea9f72bf556281a4f6ce966146e4c7 Mon Sep 17 00:00:00 2001 From: Erin Osher <4386583+erinosher@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:55:41 +0000 Subject: [PATCH] NO-JIRA Correct package.json URLs --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a7be87f..bb3495b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jonmarkgo/passport-mlh-oauth2.git" + "url": "git+https://github.com/mlh/passport-mlh-oauth2.git" }, "keywords": [ "passport", @@ -27,12 +27,12 @@ "oauth", "oauth2" ], - "author": "Jonathan Gottfried", + "author": "Major League Hacking", "license": "MIT", "bugs": { - "url": "https://github.com/jonmarkgo/passport-mlh-oauth2/issues" + "url": "https://github.com/mlh/passport-mlh-oauth2/issues" }, - "homepage": "https://github.com/jonmarkgo/passport-mlh-oauth2#readme", + "homepage": "https://my.mlh.io/", "dependencies": { "passport-oauth2": "^1.8.0" },