From 4f935c6eea168c9cd44e9185d19d86b20b2024f7 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 2 May 2024 16:17:22 +0200 Subject: [PATCH] chore: update repository links (#50) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d6092b0..3b40447 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "metro.d.ts", "webui/dist" ], - "homepage": "https://github.com/byCedric/expo-atlas", + "homepage": "https://github.com/expo/expo-atlas", "bugs": { - "url": "https://github.com/byCedric/expo-atlas/issues" + "url": "https://github.com/expo/expo-atlas/issues" }, "repository": { "type": "git", - "url": "https://github.com/byCedric/expo-atlas" + "url": "https://github.com/expo/expo-atlas" }, "scripts": { "build": "expo-module build",