ethersheet-collective / EtherSheet

Online spreadsheet collaboration in real time using node.js. Similar to etherpad-lite but its a spreadsheet!
https://ethersheet.org
BSD 2-Clause "Simplified" License
198 stars 24 forks source link

Changing Github url from SSH to HTTPS #2

Closed 0xnbk closed 10 years ago

0xnbk commented 10 years ago

Installation will fail for normal users as the Github URL specified are not "HTTPS"

fsargent commented 10 years ago

Would +1 except it points to your fork.

cooperq commented 10 years ago

This is a great change except for the fact that as @fsargent mentioned, the changes point to your repository, which seems like a bad idea :) I will make this change and push.

0xnbk commented 10 years ago

@cooperq @fsargent Ouch, I forgot to revert it back before the pull request. Thanks for noticing it out. Was in a hurry to make it work some how. Done the changes, cloned & installed from my repo ;-)

cooperq commented 10 years ago

@nikhilben Line 15 of package.json is still pointing at your repository, as soon as this is fixed I will merge in this change. Thanks!

0xnbk commented 10 years ago

@cooperq Fixed !