diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-11-29 04:34:03 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-11-29 04:34:03 +0100 |
commit | 109ed95124a6818b8c805284c81a2eaf5fcf3303 (patch) | |
tree | bbd75e47f157b07142dc808d872e1e7b87e7e2df /.mrconfig | |
parent | 71bd74bad510d8da3307fbc20b58e65dc53f8856 (diff) |
Fix checkout of about.
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'cha checkout = git clone 'https://source.redpill.dk/source.git' 'source' [source/about] -checkout = git clone 'https://source.couchdesign.dk/org.git' 'org' +checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' |