Use the correct urls for issues, homepage & repo (#221)
* Use the correct urls for issues, homepage & repo * Update podspec urls
This commit is contained in:
parent
375d522a83
commit
b6b50ce3c3
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:react-native-fellowship/react-native-blur.git"
|
||||
"url": "git@github.com:react-native-community/react-native-blur.git"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
|
@ -18,9 +18,9 @@
|
|||
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/react-native-fellowship/react-native-blur/issues"
|
||||
"url": "https://github.com/react-native-community/react-native-blur/issues"
|
||||
},
|
||||
"homepage": "https://github.com/react-native-fellowship/react-native-blur",
|
||||
"homepage": "https://github.com/react-native-community/react-native-blur",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.5.10"
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@ Pod::Spec.new do |s|
|
|||
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
|
||||
s.license = "MIT"
|
||||
s.summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
|
||||
s.homepage = "https://github.com/react-native-fellowship/react-native-blur"
|
||||
s.source = { :git => "https://github.com/react-native-fellowship/react-native-blur.git" }
|
||||
s.homepage = "https://github.com/react-native-community/react-native-blur"
|
||||
s.source = { :git => "https://github.com/react-native-community/react-native-blur.git" }
|
||||
|
||||
s.dependency 'React'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue