From c4a198a05a97283eeee3c1ad1c297925793cb2ef Mon Sep 17 00:00:00 2001 From: Luca Vaccaro Date: Fri, 18 Oct 2024 10:52:27 +0200 Subject: [PATCH] ref: move to blockstream repo Signed-off-by: Luca Vaccaro --- lwk-rn.podspec | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lwk-rn.podspec b/lwk-rn.podspec index 1fc743f..f6a91dd 100644 --- a/lwk-rn.podspec +++ b/lwk-rn.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => min_ios_version_supported } - s.source = { :git => "https://github.com/lvaccaro/lwk-rn.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/Blockstream/lwk-rn.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}" diff --git a/package.json b/package.json index 954007f..8ada3f3 100644 --- a/package.json +++ b/package.json @@ -51,14 +51,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/lvaccaro/lwk-rn.git" + "url": "git+https://github.com/Blockstream/lwk-rn.git" }, "author": "Luca Vaccaro (https://github.com/lvaccaro)", "license": "MIT", "bugs": { - "url": "https://github.com/lvaccaro/lwk-rn/issues" + "url": "https://github.com/Blockstream/lwk-rn/issues" }, - "homepage": "https://github.com/lvaccaro/lwk-rn#readme", + "homepage": "https://github.com/Blockstream/lwk-rn#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },