aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-19 17:18:26 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-19 17:18:26 +0200
commit69a405127b2039a467e108e9d5055e1223fd3e37 (patch)
treebb7098d0bed3b4ef03f615d6e7e6fb096172b30b
parent2ef9ca8d05ec1ab9e511484413b04882fbd90233 (diff)
mr: use git protocol (not https: broken currently at source.couchdesign.dk and source.redpill.dk
-rw-r--r--.mrconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/.mrconfig b/.mrconfig
index 18e1af4..724a793 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -1,30 +1,30 @@
[source/account]
-checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account'
+checkout = git clone 'git://source.virtual-assembly.org/feature/account.git' 'account'
[source/account-secure]
-checkout = git clone 'https://source.redpill.dk/account-secure.git' 'account-secure'
+checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure'
[source/account-shell]
-checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
+checkout = git clone 'git://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
[source/accounting]
-checkout = git clone 'https://source.couchdesign.dk/accounting.git' 'accounting'
+checkout = git clone 'git://source.couchdesign.dk/accounting.git' 'accounting'
[source/chat]
-checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat'
+checkout = git clone 'git://source.virtual-assembly.org/feature/chat.git' 'chat'
[source/source]
-checkout = git clone 'https://source.redpill.dk/source.git' 'source'
+checkout = git clone 'git://source.redpill.dk/source.git' 'source'
[source/system]
-checkout = git clone 'https://source.redpill.dk/system.git' 'system'
+checkout = git clone 'git://source.redpill.dk/system.git' 'system'
[source/system-desktop]
-checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop'
+checkout = git clone 'git://source.couchdesign.dk/system-desktop.git' 'system-desktop'
[source/system-gateway]
-checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway'
+checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway'
[source/about]
-checkout = git clone 'https://source.couchdesign.dk/org.git' 'about'
+checkout = git clone 'git://source.couchdesign.dk/org.git' 'about'