From e365117ebfba63810e0aefcf3ea33ab8247fb1fa Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Wed, 23 Feb 2022 14:32:00 -0300 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2bff9b7..d1f3903 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jwalton/gh-find-current-pr.git" + "url": "git+https://github.com/despegar/gh-find-current-pr.git" }, "keywords": [ "github", @@ -20,9 +20,9 @@ "author": "Jason Walton", "license": "MIT", "bugs": { - "url": "https://github.com/jwalton/gh-find-current-pr/issues" + "url": "https://github.com/despegar/gh-find-current-pr/issues" }, - "homepage": "https://github.com/jwalton/gh-find-current-pr#readme", + "homepage": "https://github.com/despegar/gh-find-current-pr#readme", "dependencies": { "@actions/core": "^1.3.0", "@actions/github": "^5.0.0"