From b8daf57969e21f82cb77f970093f2f915d2ccd41 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 8 Sep 2024 16:27:47 -0700 Subject: [PATCH] build: fix repository.url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9ab5d6..ea8672c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "homepage": "https://github.com/electron/notarize#readme", "repository": { "type": "git", - "url": "https://github.com/electron/notarize.git" + "url": "git+https://github.com/electron/notarize.git" }, "bugs": { "url": "https://github.com/electron/notarize/issues"