From 62604ac57b896f6da33af5ed51b849382a073a06 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Tue, 27 Mar 2018 19:35:50 -0600 Subject: [PATCH] Update source URL of moDllz plugin in repo and manifest. --- .gitmodules | 2 +- manifests/moDllz.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a5a1b77..0b19a5a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,7 +83,7 @@ branch = 06dev [submodule "repos/moDllz"] path = repos/moDllz - url = https://github.com/dllmusic/VCV_moDllz + url = https://github.com/dllmusic/moDllz branch = master-0.6.0dev [submodule "repos/mtsch-plugins"] path = repos/mtsch-plugins diff --git a/manifests/moDllz.json b/manifests/moDllz.json index 03750fcb..75171e50 100644 --- a/manifests/moDllz.json +++ b/manifests/moDllz.json @@ -3,7 +3,7 @@ "author": "Pablo Delaloza", "license": "BSD-3-Clause", "manualUrl": "https://drive.google.com/file/d/12kjCLSeyaaqXEvfS1c4HcnfrrbHeQ0ot/view", - "sourceUrl": "https://github.com/dllmusic/VCV_moDllz", + "sourceUrl": "https://github.com/dllmusic/moDllz", "latestVersion": "0.6.0", "status": "available" -} \ No newline at end of file +}