Skip to content

Commit a030c6b

Browse files
committed
build: update github repository link
Signed-off-by: Luca Vaccaro <me@lvaccaro.com>
1 parent af07ec5 commit a030c6b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request 💡
4-
url: https://github.com/lvaccaro/lwk-rn/discussions/new?category=ideas
4+
url: https://github.com/Blockstream/lwk-rn/discussions/new?category=ideas
55
about: If you have a feature request, please create a new discussion on GitHub.
66
- name: Discussions on GitHub 💬
7-
url: https://github.com/lvaccaro/lwk-rn/discussions
7+
url: https://github.com/Blockstream/lwk-rn/discussions
88
about: If this library works as promised but you need help, please ask questions there.

LwkRn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.authors = package["author"]
1313

1414
s.platforms = { :ios => min_ios_version_supported }
15-
s.source = { :git => "https://github.com/lvaccaro/lwk-rn.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/Blockstream/lwk-rn.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}"
1818

fetch_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Manually fetch and edit lwk repository
44

5-
REPO=https://github.com/lvaccaro/lwk-rn
5+
REPO=https://github.com/Blockstream/lwk-rn
66
TAG=0.9.0
77

88
ANDROID_URL=$REPO/releases/download/$TAG/lwk-android-artifact.zip

lwk-rn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.authors = package["author"]
1414

1515
s.platforms = { :ios => min_ios_version_supported }
16-
s.source = { :git => "https://github.com/lvaccaro/lwk-rn.git", :tag => "#{s.version}" }
16+
s.source = { :git => "https://github.com/Blockstream/lwk-rn.git", :tag => "#{s.version}" }
1717

1818
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}", "cpp/generated/**/*.{hpp,cpp,c,h}"
1919
s.vendored_frameworks = "LwkRnFramework.xcframework"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
],
6060
"repository": {
6161
"type": "git",
62-
"url": "git+https://github.com/lvaccaro/lwk-rn.git"
62+
"url": "git+https://github.com/Blockstream/lwk-rn.git"
6363
},
6464
"author": "lvaccaro <me@lvaccaro.com> (https://github.com/lvaccaro)",
6565
"license": "MIT",
6666
"bugs": {
67-
"url": "https://github.com/lvaccaro/lwk-rn/issues"
67+
"url": "https://github.com/Blockstream/lwk-rn/issues"
6868
},
69-
"homepage": "https://github.com/lvaccaro/lwk-rn#readme",
69+
"homepage": "https://github.com/Blockstream/lwk-rn#readme",
7070
"publishConfig": {
7171
"registry": "https://registry.npmjs.org/"
7272
},

0 commit comments

Comments
 (0)