From 7623945f6e8f46994075aaa2fb2f63c0e11d5873 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Thu, 14 May 2020 13:10:08 -0400 Subject: [PATCH] chore: fix repo url in readme (#8235) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66073770..4cc5d092 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/satya164/react-navigation.git" + "url": "git+https://github.com/react-navigation/react-navigation.git" }, "author": "Satyajit Sahoo (https://github.com/satya164/), MichaƂ Osadnik (https://github.com/osdnk/)", "scripts": {