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:
Jeremi Stadler 2017-07-10 15:23:25 +02:00 committed by Alexey
parent 375d522a83
commit b6b50ce3c3
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"react-native", "react-native",
@ -18,9 +18,9 @@
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)", "author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"prop-types": "^15.5.10" "prop-types": "^15.5.10"
} }

View File

@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" } s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
s.license = "MIT" s.license = "MIT"
s.summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect." s.summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
s.homepage = "https://github.com/react-native-fellowship/react-native-blur" s.homepage = "https://github.com/react-native-community/react-native-blur"
s.source = { :git => "https://github.com/react-native-fellowship/react-native-blur.git" } s.source = { :git => "https://github.com/react-native-community/react-native-blur.git" }
s.dependency 'React' s.dependency 'React'
end end