diff --git a/package.json b/package.json index 25e8dbc..e7de180 100644 --- a/package.json +++ b/package.json @@ -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 (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" } diff --git a/react-native-blur.podspec b/react-native-blur.podspec index 780cb82..837cf0c 100644 --- a/react-native-blur.podspec +++ b/react-native-blur.podspec @@ -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