From c25e7eb00f891df3645637c8c7e0663ad933207e Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Fri, 28 Mar 2014 11:17:46 -0400 Subject: [PATCH] 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. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bac19d810..518fd6aac 100644 --- a/package.json +++ b/package.json @@ -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",