gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit c4a41788a40e2d928e2c2ddc541252730f353b4b
parent 929df1d81e0fa58021cb6968f7dee895d7b2aed1
Author: George Rawlinson <george@rawlinson.net.nz>
Date:   Tue, 10 Jan 2023 19:35:52 +1300

build(git): convert submodule from relative to absolute link

Git complains that the submodule cannot be found, and fails to fetch it.

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/dsp56300/JUCE [submodule "source/clap-juce-extensions"] path = source/clap-juce-extensions - url = ../../free-audio/clap-juce-extensions.git + url = https://github.com/free-audio/clap-juce-extensions