From 3229e6685baa7d67ffb3a1272b583673f66c4529 Mon Sep 17 00:00:00 2001 From: Igal <8607853+igalfsg@users.noreply.github.com> Date: Tue, 11 May 2021 15:33:34 -0400 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa8d5f0..58e224b 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/DanaBear/code-sign-action.git" + "url": "git+https://github.com/markeytos/code-sign-action.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/DanaBear/code-sign-action/issues" + "url": "https://github.com/markeytos/code-sign-action/issues" }, - "homepage": "https://github.com/DanaBear/code-sign-action#readme", + "homepage": "https://github.com/markeytos/code-sign-action#readme", "dependencies": { "@actions/core": "^1.2.6" },