diff options
-rw-r--r-- | .mrconfig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |