Skip to content

Commit 91a0718

Browse files
committed
Update repository URLs to mCodex in package.json and InAppBrowserNitro.podspec
1 parent c41d181 commit 91a0718

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

InAppBrowserNitro.podspec

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

1313
s.platforms = { :ios => min_ios_version_supported, :visionos => 1.0 }
14-
s.source = { :git => "https://github.com/mateusandrade/react-native-inappbrowser-nitro.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/mCodex/react-native-inappbrowser-nitro.git", :tag => "#{s.version}" }
1515

1616
s.source_files = [
1717
# Implementation (Swift)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"workspaces": [
4343
"example"
4444
],
45-
"repository": "https://github.com/mateusandrade/react-native-inappbrowser-nitro.git",
45+
"repository": "https://github.com/mCodex/react-native-inappbrowser-nitro.git",
4646
"author": "Mateus Andrade",
4747
"license": "MIT",
48-
"bugs": "https://github.com/mateusandrade/react-native-inappbrowser-nitro/issues",
49-
"homepage": "https://github.com/mateusandrade/react-native-inappbrowser-nitro#readme",
48+
"bugs": "https://github.com/mCodex/react-native-inappbrowser-nitro/issues",
49+
"homepage": "https://github.com/mCodex/react-native-inappbrowser-nitro#readme",
5050
"publishConfig": {
5151
"access": "public",
5252
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)