diff --git a/package.json b/package.json index d55ffef904..dc3db3e6d3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "homepage": "https://bitwarden.com", "repository": { "type": "git", - "url": "git+https://github.com/bitwarden/desktop.git" + "url": "https://github.com/bitwarden/desktop" }, "license": "GPL-3.0", "scripts": { diff --git a/src/package.json b/src/package.json index a27fe2d8ce..e34aa4855d 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "main": "main.js", "repository": { "type": "git", - "url": "git+https://github.com/bitwarden/desktop.git" + "url": "https://github.com/bitwarden/desktop" }, "dependencies": { "desktop-idle": "1.1.1",