diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -17,6 +17,12 @@ checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' [source/event] checkout = git clone 'git://source.redpill.dk/event.git' 'event' +[source/mail] +checkout = git clone 'git://source.redpill.dk/mail.git' 'mail' + +[source/about] +checkout = git clone 'git://source.redpill.dk/org.git' 'about' + [source/source] checkout = git clone 'git://source.redpill.dk/source.git' 'source' @@ -28,6 +34,3 @@ checkout = git clone 'git://source.redpill.dk/system-desktop.git' 'system-deskto [source/system-gateway] checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway' - -[source/about] -checkout = git clone 'git://source.redpill.dk/org.git' 'about' |