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] 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 +}