Skip to content

Commit

Permalink
Use https for git repo address in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Mar 3, 2018
1 parent 7809e18 commit 945604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/lwille/node-gphoto2.git"
"url": "https://github.com/lwille/node-gphoto2.git"
},
"os": [
"darwin",
Expand Down

0 comments on commit 945604d

Please sign in to comment.