Skip to content

Commit

Permalink
Rename rh389->robhogan
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan committed Sep 22, 2022
1 parent 7c01efd commit a079391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See [release notes on github](https://github.com/rh389/react-native-securerandom/releases)
See [release notes on github](https://github.com/robhogan/react-native-securerandom/releases)
2 changes: 1 addition & 1 deletion RNSecureRandom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.author = { "Rob Hogan" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/rh389/react-native-securerandom.git", :tag => "master" }
s.source = { :git => "https://github.com/robhogan/react-native-securerandom.git", :tag => "master" }
s.source_files = "ios/RNSecureRandom.{h,m}"
s.requires_arc = true
s.dependency "React"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"author": {
"name": "Rob Hogan",
"email": "[email protected]",
"url": "https://github.com/rh389"
"url": "https://github.com/robhogan"
},
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rh389/react-native-securerandom.git"
"url": "git+https://github.com/robhogan/react-native-securerandom.git"
},
"keywords": [
"react-native",
Expand All @@ -30,7 +30,7 @@
"RandomNumberGenerator",
"Cryptography"
],
"homepage": "https://github.com/rh389/react-native-securerandom#readme",
"homepage": "https://github.com/robhogan/react-native-securerandom#readme",
"dependencies": {
"base64-js": "*"
},
Expand Down

0 comments on commit a079391

Please sign in to comment.