diff --git a/package.json b/package.json index 18cecaa..63d8ba7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "git+https://github.com/includable/react-native-map-link.git" + "url": "git+https://github.com/tschoffelen/react-native-map-link.git" }, "scripts": { "lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0", @@ -29,9 +29,9 @@ "author": "Thomas Schoffelen (https://includable.com/)", "license": "MIT", "bugs": { - "url": "https://github.com/includable/react-native-map-link/issues" + "url": "https://github.com/tschoffelen/react-native-map-link/issues" }, - "homepage": "https://github.com/includable/react-native-map-link#readme", + "homepage": "https://github.com/tschoffelen/react-native-map-link#readme", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.40.0"