diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 17:11:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 18:06:03 +0200 |
commit | ae16a3bc75be12335026bb18d8e0a42f749a4a61 (patch) | |
tree | 79e488d080c85aaf4d993d58a4b2fe2ed73084af /.mrconfig | |
parent | f8c9b361b169d395bf5dbbeb6bafb702d3832795 (diff) |
use only features at redpill.dk (not couchdesign.dk or virtual-assembly.org)
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,18 +1,18 @@ [source/account] -checkout = git clone 'git://source.virtual-assembly.org/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.virtual-assembly.org/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.couchdesign.dk/accounting.git' 'accounting' +checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting' [source/chat] -checkout = git clone 'git://source.virtual-assembly.org/feature/chat.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' @@ -21,10 +21,10 @@ checkout = git clone 'git://source.redpill.dk/source.git' 'source' checkout = git clone 'git://source.redpill.dk/system.git' 'system' [source/system-desktop] -checkout = git clone 'git://source.couchdesign.dk/system-desktop.git' 'system-desktop' +checkout = git clone 'git://source.redpill.dk/system-desktop.git' 'system-desktop' [source/system-gateway] checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway' [source/about] -checkout = git clone 'git://source.couchdesign.dk/org.git' 'about' +checkout = git clone 'git://source.redpill.dk/org.git' 'about' |