From 4ff91991ef3b9b9e348e6509c449d067035eecf9 Mon Sep 17 00:00:00 2001 From: Marcus Felling <6855361+MarcusFelling@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:02:00 -0500 Subject: [PATCH] update to main repo url --- src/Web/E2E/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Web/E2E/package.json b/src/Web/E2E/package.json index c298188..f0d6c22 100644 --- a/src/Web/E2E/package.json +++ b/src/Web/E2E/package.json @@ -9,15 +9,15 @@ "scripts": {}, "repository": { "type": "git", - "url": "git+https://github.com/MarcusFelling/dotnet-podcasts.git" + "url": "git+https://github.com/Microsoft/dotnet-podcasts.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/MarcusFelling/dotnet-podcasts/issues" + "url": "https://github.com/Microsoft/dotnet-podcasts/issues" }, - "homepage": "https://github.com/MarcusFelling/dotnet-podcasts#readme", + "homepage": "https://github.com/Microsoft/dotnet-podcasts#readme", "devDependencies": { "@playwright/test": "^1.25.2" }