From 6c4499b1d1bcc6472002d7846fa347e56bb09c81 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Mon, 2 Dec 2024 15:42:58 +0200 Subject: [PATCH] Update package.json Signed-off-by: Dimitris Sotirakis --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index accb6d0b..111c241e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bcoe/release-please-action.git" + "url": "git+https://github.com/googleapis/release-please-action.git" }, "keywords": [ "release-please", @@ -24,9 +24,9 @@ "author": "Ben Coe ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/bcoe/release-please-action/issues" + "url": "https://github.com/googleapis/release-please-action/issues" }, - "homepage": "https://github.com/bcoe/release-please-action#readme", + "homepage": "https://github.com/googleapis/release-please-action#readme", "dependencies": { "@actions/core": "^1.10.0", "release-please": "^16.14.1"