From 74476e00c25780f12856aed212887116cf56d6bd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Jul 2020 10:52:15 +0200 Subject: fix source URLs --- .mrconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mrconfig b/.mrconfig index d665d4e..80d5f7d 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,18 +1,18 @@ [source/account] -checkout = git clone 'git://source.redpill.dk/feature/account.git' 'account' +checkout = git clone 'git://source.redpill.dk/account.git' 'account' [source/account-secure] checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure' [source/account-shell] -checkout = git clone 'git://source.redpill.dk/feature/account-shell.git' 'account-shell' +checkout = git clone 'git://source.redpill.dk/account-shell.git' 'account-shell' [source/accounting] checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting' [source/chat] -checkout = git clone 'git://source.redpill.dk/feature/chat-matrix.git' 'chat' +checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' [source/source] checkout = git clone 'git://source.redpill.dk/source.git' 'source' -- cgit v1.2.3