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 1/2] 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 +} From 65423f096e46dd55974a6d13bce4d8d2def1fbf5 Mon Sep 17 00:00:00 2001 From: phdsg vn chfhn <33329578+phdsg@users.noreply.github.com> Date: Sat, 31 Mar 2018 00:01:55 +0200 Subject: [PATCH 2/2] cf info added (#400) * update sourceUrl as per: https://github.com/VCVRack/community/issues/397 * update gitmodule for TheXOR * Update mscHack.json * Update cf.json --- manifests/cf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/cf.json b/manifests/cf.json index 7f183416..56fba3d7 100644 --- a/manifests/cf.json +++ b/manifests/cf.json @@ -1,8 +1,10 @@ { "name": "cf", "author": "cl\u00e9ment foulc", + "contactEmail": "c.foulc@gmail.com", + "authorUrl": "https://www.facebook.com/clement.foulc", "manualUrl": "https://github.com/cfoulc/cf/blob/master/README.md", "sourceUrl": "https://github.com/cfoulc/cf", "donateUrl": "https://www.paypal.me/cfoulc", "latestVersion": "0.5.16" -} \ No newline at end of file +}