diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-27 10:52:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-27 10:52:15 +0200 |
commit | 74476e00c25780f12856aed212887116cf56d6bd (patch) | |
tree | 71f1e3e9668e56cc0a8dcdbe48735655b73d62f9 /.mrconfig | |
parent | feb0737b1fa528e71fbfe7048e212ae0b9c2887b (diff) |
fix source URLs
Diffstat (limited to '.mrconfig')
-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' |