aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-26 08:07:21 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-26 08:07:21 +0100
commitb8d3948092ab5179ed68cd0969c2d2a7ad01bfaa (patch)
tree0544e92671019559149ba2d1ffa2db240dab2aef
parent845ea093615a294a491d8e83b44d0340c89a79cc (diff)
use protocol https (not git)
-rw-r--r--.mrconfig22
1 files 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'