aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-09-20 14:58:19 +0200
committerJonas Smedegaard <dr@jones.dk>2021-09-20 14:58:19 +0200
commite89c553aedcd130cf97f05bbd58e958607222f4e (patch)
tree3907b37252faf5cabe1ae5bfc58d14bb4178e89a
parentd2679dcda9fcf6fe518d18befd4c7f146e7e5d51 (diff)
sort mrconfig entries by soource name
-rw-r--r--.mrconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.mrconfig b/.mrconfig
index 80d5f7d..e383a9d 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -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'