From b8d3948092ab5179ed68cd0969c2d2a7ad01bfaa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 Feb 2024 08:07:21 +0100 Subject: use protocol https (not git) --- .mrconfig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.mrconfig b/.mrconfig index fc08ff2..61ef7a7 100644 --- a/.mrconfig +++ b/.mrconfig @@ -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' -- cgit v1.2.3