Mercurial > hg > sonic-visualiser
comparison vext-project.json @ 1721:bf8a5ce8fb62 vext
Update vext; providers -> services
author | Chris Cannam |
---|---|
date | Wed, 28 Jun 2017 13:20:05 +0100 |
parents | 3505d9536367 |
children | e4352ff029cf |
comparison
equal
deleted
inserted
replaced
1720:3505d9536367 | 1721:bf8a5ce8fb62 |
---|---|
1 { | 1 { |
2 "config": { | 2 "config": { |
3 "extdir": "." | 3 "extdir": "." |
4 }, | 4 }, |
5 "providers": { | 5 "services": { |
6 "soundsoftware": { | 6 "soundsoftware": { |
7 "vcs": ["hg", "git"], | 7 "vcs": ["hg", "git"], |
8 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}", | 8 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}", |
9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" | 9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" |
10 } | 10 } |