From d6419f4e44055190cf93953ea0291ea37dbef5bd Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 13 Dec 2016 16:50:19 -0300 Subject: [PATCH] Fix GitHub repository for BitPay App --- app-template/bitpay/appConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-template/bitpay/appConfig.json b/app-template/bitpay/appConfig.json index 4cbe38e1a..edd354c64 100644 --- a/app-template/bitpay/appConfig.json +++ b/app-template/bitpay/appConfig.json @@ -9,9 +9,9 @@ "nameNoSpace": "bitpay", "nameCase": "BitPay", "nameCaseNoSpace": "BitPay", - "gitHubRepoName": "bitpay-wallet", - "gitHubRepoUrl": "git://github.com/bitpay/bitpay-wallet.git", - "gitHubRepoBugs": "https://github.com/bitpay/bitpay-wallet/issues", + "gitHubRepoName": "copay", + "gitHubRepoUrl": "git://github.com/bitpay/copay.git", + "gitHubRepoBugs": "https://github.com/bitpay/copay/issues", "disclaimerUrl": "", "url": "https://bitpay.com", "appDescription": "Secure Bitcoin Wallet",