diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-26 08:07:21 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-26 08:07:21 +0100 |
commit | b8d3948092ab5179ed68cd0969c2d2a7ad01bfaa (patch) | |
tree | 0544e92671019559149ba2d1ffa2db240dab2aef | |
parent | 845ea093615a294a491d8e83b44d0340c89a79cc (diff) |
use protocol https (not git)
-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' |