Skip to content

Commit

Permalink
Merge pull request #278 from jimeh/fix-repo-url
Browse files Browse the repository at this point in the history
Fix repository URL in package.json files
  • Loading branch information
tombell committed Apr 20, 2012
2 parents a38f4f6 + df1cb97 commit f1d9706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
}],

"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
"type": "git",
"url": "https://github.com/github/hubot.git"
},

"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/templates/package.json
Expand Up @@ -10,8 +10,8 @@
}],

"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
"type": "git",
"url": "https://github.com/github/hubot.git"
},

"dependencies": {
Expand Down

0 comments on commit f1d9706

Please sign in to comment.