From 0d1e5ca2c343727d82f4e96e492a5722934a386d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Fri, 4 Sep 2020 16:50:53 -0700 Subject: [PATCH] Changed names of github and gitlab mirror repos to be more consistent. --- install/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/GNUmakefile b/install/GNUmakefile index 3a825ca308..afb78f743d 100644 --- a/install/GNUmakefile +++ b/install/GNUmakefile @@ -243,8 +243,8 @@ endif -chown -h $(SBBSCHOWN) $(SBBSDIR)/exec/* $(REPODIR): - git clone https://gitlab.com/synchronet/sbbs.git $(REPODIR) \ - || git clone https://github.com/rswindell/sbbs.git $(REPODIR) \ + git clone https://gitlab.com/SynchronetBBS/sbbs.git $(REPODIR) \ + || git clone https://github.com/SynchronetBBS/sbbs.git $(REPODIR) \ || git clone https://gitlab.synchro.net/sbbs/sbbs.git $(REPODIR) git -C $(REPODIR) remote set-url origin https://gitlab.synchro.net/sbbs/sbbs.git ifdef TAG -- GitLab