diff repoint-project.json @ 1979:7b4e4d245524

Merge from branch checker_errorcode
author Chris Cannam
date Fri, 31 Aug 2018 15:24:10 +0100
parents 71334f290bfe
children 015416e3a298
line wrap: on
line diff
--- a/repoint-project.json	Fri Aug 31 15:14:27 2018 +0100
+++ b/repoint-project.json	Fri Aug 31 15:24:10 2018 +0100
@@ -3,11 +3,11 @@
         "extdir": "."
     },
     "services": {
-	"soundsoftware": {
-	    "vcs": ["hg", "git"],
-	    "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
-	    "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
-	}
+        "soundsoftware": {
+            "vcs": ["hg", "git"],
+            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
+            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
+        }
     },
     "libraries": {
         "vamp-plugin-sdk": {
@@ -24,22 +24,22 @@
         },
         "svapp": {
             "vcs": "hg",
-	    "service": "soundsoftware"
+            "service": "soundsoftware"
         },
         "checker": {
             "vcs": "hg",
-	    "service": "soundsoftware",
-	    "repository": "vamp-plugin-load-checker"
+            "service": "soundsoftware",
+            "repository": "vamp-plugin-load-checker"
         },
         "piper": {
             "vcs": "git",
-	    "service": "github",
-	    "owner": "piper-audio"
+            "service": "github",
+            "owner": "piper-audio"
         },
         "piper-cpp": {
             "vcs": "git",
-	    "service": "github",
-	    "owner": "piper-audio",
+            "service": "github",
+            "owner": "piper-audio",
             "repository": "piper-vamp-cpp"
         },
         "dataquay": {
@@ -69,12 +69,12 @@
         },
         "sv-dependency-builds": {
             "vcs": "hg",
-	    "service": "soundsoftware"
+            "service": "soundsoftware"
         },
         "icons/scalable": {
             "vcs": "hg",
-	    "service": "soundsoftware",
-	    "repository": "sv-iconset"
+            "service": "soundsoftware",
+            "repository": "sv-iconset"
         }
     }
 }