Skip to content

Commit 7ea2d09

Browse files
committed
TOOLS-2525 Everything needs to stop cloning with git:// URLs
1 parent 1e8ce3a commit 7ea2d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "0.2.4",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/joyent/node-asn1.git"
14+
"url": "https://github.com/joyent/node-asn1.git"
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {

0 commit comments

Comments
 (0)