rename cosign -> copay

We got a cease & desist letter for the name "cosign". We are renaming to copay,
which does not have any relevant trademarks registered and for which we own the
domain name copay.io.
This commit is contained in:
Ryan X. Charles 2014-03-28 11:17:46 -04:00
parent 4fec0ee71d
commit c25e7eb00f
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{
"name": "cosign",
"name": "copay",
"version": "0.0.1",
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/cosign.git"
"url": "git://github.com/bitpay/copay.git"
},
"keywords": [
"wallet",
@ -15,9 +15,9 @@
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/cosign/issues"
"url": "https://github.com/bitpay/copay/issues"
},
"homepage": "https://github.com/bitpay/cosign",
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",