diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,6 +14,9 @@ checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting' [source/chat] checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' +[source/about] +checkout = git clone 'git://source.redpill.dk/org.git' 'about' + [source/source] checkout = git clone 'git://source.redpill.dk/source.git' 'source' @@ -25,6 +28,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' |