From 4dc4db3a83d725264fb0b181ce2a8a73e9707ef2 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Tue, 22 Jan 2019 11:48:53 +0100 Subject: [PATCH] fix: set the correct git url (#1439) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 069dd1bd..8e5e3ddc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "repository": { "type": "git", - "url": "git@github.com:brentvatne/react-native-video.git" + "url": "git@github.com:react-native-community/react-native-video.git" }, "devDependencies": { "babel-eslint": "5.0.0-beta8",