aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-27 10:52:15 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-27 10:52:15 +0200
commit74476e00c25780f12856aed212887116cf56d6bd (patch)
tree71f1e3e9668e56cc0a8dcdbe48735655b73d62f9
parentfeb0737b1fa528e71fbfe7048e212ae0b9c2887b (diff)
fix source URLs
-rw-r--r--.mrconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.mrconfig b/.mrconfig
index d665d4e..80d5f7d 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -1,18 +1,18 @@
[source/account]
-checkout = git clone 'git://source.redpill.dk/feature/account.git' 'account'
+checkout = git clone 'git://source.redpill.dk/account.git' 'account'
[source/account-secure]
checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure'
[source/account-shell]
-checkout = git clone 'git://source.redpill.dk/feature/account-shell.git' 'account-shell'
+checkout = git clone 'git://source.redpill.dk/account-shell.git' 'account-shell'
[source/accounting]
checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting'
[source/chat]
-checkout = git clone 'git://source.redpill.dk/feature/chat-matrix.git' 'chat'
+checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat'
[source/source]
checkout = git clone 'git://source.redpill.dk/source.git' 'source'