From 37c8dc9dd0824eeb0d0843cd9060a0862cfbbb45 Mon Sep 17 00:00:00 2001 From: phdsg vn chfhn <33329578+phdsg@users.noreply.github.com> Date: Fri, 30 Mar 2018 23:44:53 +0200 Subject: [PATCH] TheXOR: updated sourceUrl (#399) * update sourceUrl as per: https://github.com/VCVRack/community/issues/397 * update gitmodule for TheXOR * Update mscHack.json --- .gitmodules | 2 +- manifests/TheXOR.json | 4 ++-- manifests/mscHack.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a5a1b77..8dede804 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,7 +67,7 @@ branch = master [submodule "repos/TheXOR"] path = repos/TheXOR - url = https://github.com/The-XOR/VCV-Sequencers + url = https://github.com/The-XOR/RackPlugins branch = master [submodule "repos/dBiz"] path = repos/dBiz diff --git a/manifests/TheXOR.json b/manifests/TheXOR.json index e7202d3b..8498a607 100644 --- a/manifests/TheXOR.json +++ b/manifests/TheXOR.json @@ -3,7 +3,7 @@ "author": "The XOR", "license": "CC0-1.0", "manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", - "sourceUrl": "https://github.com/The-XOR/VCV-Sequencers", + "sourceUrl": "https://github.com/The-XOR/RackPlugins", "latestVersion": "0.6.0", "status": "available" -} \ No newline at end of file +} diff --git a/manifests/mscHack.json b/manifests/mscHack.json index 52206417..cd92d25c 100644 --- a/manifests/mscHack.json +++ b/manifests/mscHack.json @@ -1,7 +1,7 @@ { "name": "mscHack", - "author": "mschack", + "author": "Mark Schack", + "license": "MIT", "manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids", "sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins", - "latestVersion": "" -} \ No newline at end of file +}