mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-07 15:46:46 -05:00
This PR makes changes in the submodule `zynaddsubfx`. It affects its submodule `instruments`: * updates the URL to use github (since SF is less reliable) * changes the protocl from SSH to HTTPS (see https://stackoverflow.com/a/50299434) * does not change the submodule's commit ID You must now run ``` git submodule sync --recursive ``` once to reflect this change.