diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-09-22 21:01:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-09-22 21:01:11 +0200 |
commit | bb691beafb500b78a03cf0c36527c355a15828f0 (patch) | |
tree | 631b9d48719a58192889d45ec54ccf9c0de7de65 /.mrconfig | |
parent | bfce3570786a37cf49d38ba0573929d673772cbf (diff) | |
parent | 36fb7d1f162cf8203135c4f799ef692ab42c3e46 (diff) |
Merge branch 'master' of xayide.jones.dk:/srv/git/source.redpill.dk/features
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' |