From 72c2fbbc06805a6f20b8ecdb9334174d9793e317 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Wed, 30 Jun 2021 16:33:04 +0900 Subject: [PATCH] docs: fix url of repository --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f5b2ae9..1b035aff 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/react-native-community/segmented-control.git" + "url": "git+https://github.com/react-native-segmented-control/segmented-control.git" }, "keywords": [ "SegmentedControlIOS", @@ -72,9 +72,9 @@ "author": "M.Haris Baig", "license": "MIT", "bugs": { - "url": "https://github.com/react-native-community/segmented-control/issues" + "url": "https://github.com/react-native-segmented-control/segmented-control/issues" }, - "homepage": "https://github.com/react-native-community/segmented-control#readme", + "homepage": "https://github.com/react-native-segmented-control/segmented-control#readme", "publishConfig": { "access": "public" }