Skip to content

Commit

Permalink
ref: move to blockstream repo
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Oct 18, 2024
1 parent d46c820 commit c4a198a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lwk-rn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (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/"
},
Expand Down

0 comments on commit c4a198a

Please sign in to comment.