Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 91ed7bd

Browse files
committed
Update git remote url
Prevent prebuild to try downloading the prebuilds from the official url, and so force their build at installation time.
1 parent 5dc6af0 commit 91ed7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/atom/node-keytar.git"
10+
"url": "git@gitlab.caldera.com:products/components/third-party/atom_node-keytar.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/atom/node-keytar/issues"
13+
"url": "https://gitlab.caldera.com/products/components/third-party/atom_node-keytar/-/issues"
1414
},
1515
"homepage": "http://atom.github.io/node-keytar",
1616
"keywords": [

0 commit comments

Comments
 (0)