From de8d0d1d379aa9030b9dc7978dda670aff4105d5 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 10 May 2022 00:42:16 -0400 Subject: [PATCH] chore: use proper repo for core --- flarum-monorepo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flarum-monorepo.json b/flarum-monorepo.json index c71d7ae88..cf027c922 100644 --- a/flarum-monorepo.json +++ b/flarum-monorepo.json @@ -128,7 +128,7 @@ ], "core": { "name": "core", - "gitRemote": "git@github.com:flarum/core.git", + "gitRemote": "git@github.com:flarum/flarum-core.git", "mainBranch": "main" } }