diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,33 +1,33 @@ [source/account] -checkout = git clone 'git://source.redpill.dk/account.git' 'account' +checkout = git clone 'https://source.redpill.dk/account/' 'account' [source/account-secure] -checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure' +checkout = git clone 'https://source.redpill.dk/account-secure/' 'account-secure' [source/account-shell] -checkout = git clone 'git://source.redpill.dk/account-shell.git' 'account-shell' +checkout = git clone 'https://source.redpill.dk/account-shell/' 'account-shell' [source/chat] -checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' +checkout = git clone 'https://source.redpill.dk/chat-matrix/' 'chat' [source/event] -checkout = git clone 'git://source.redpill.dk/event.git' 'event' +checkout = git clone 'https://source.redpill.dk/event/' 'event' [source/mail] -checkout = git clone 'git://source.redpill.dk/mail.git' 'mail' +checkout = git clone 'https://source.redpill.dk/mail/' 'mail' [source/about] -checkout = git clone 'git://source.redpill.dk/org.git' 'about' +checkout = git clone 'https://source.redpill.dk/org/' 'about' [source/source] -checkout = git clone 'git://source.redpill.dk/source.git' 'source' +checkout = git clone 'https://source.redpill.dk/source/' 'source' [source/system] -checkout = git clone 'git://source.redpill.dk/system.git' 'system' +checkout = git clone 'https://source.redpill.dk/system/' 'system' [source/system-desktop] -checkout = git clone 'git://source.redpill.dk/system-desktop.git' 'system-desktop' +checkout = git clone 'https://source.redpill.dk/system-desktop/' 'system-desktop' [source/system-gateway] -checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway' +checkout = git clone 'https://source.redpill.dk/system-gateway/' 'system-gateway' |