Skip to content

Commit

Permalink
chore: update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Jul 15, 2024
1 parent 784a5d3 commit 7d1ca13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"android",
"sodium"
],
"repository": "https://github.com/pwltr/sodium-react-native",
"repository": "https://github.com/synonymdev/sodium-react-native",
"author": "Philipp Walter <philippwalter@proton.me> (https://github.com/pwltr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwltr/sodium-react-native/issues"
"url": "https://github.com/synonymdev/sodium-react-native/issues"
},
"homepage": "https://github.com/pwltr/sodium-react-native#readme",
"homepage": "https://github.com/synonymdev/sodium-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
2 changes: 1 addition & 1 deletion sodium-react-native-direct.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 => "11.0" }
s.source = { :git => "https://github.com/pwltr/sodium-react-native.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/synonymdev/sodium-react-native.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}"
s.vendored_frameworks = "libsodium/build/libsodium-apple/Clibsodium.xcframework"
Expand Down

0 comments on commit 7d1ca13

Please sign in to comment.