Fix incorrect repository URL in package.json

This commit is contained in:
2012-04-19 23:28:32 +01:00
parent 33ae17b282
commit be04fd0d49

View File

@@ -15,7 +15,7 @@
"repository" : {
"type" : "git",
"url" : "http://github.com/jimeh/node-base58.git"
"url" : "https://github.com/jimeh/node-base58.git"
},
"main": "./lib/base58",