diff options
author | David Robillard <d@drobilla.net> | 2023-02-05 02:01:42 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-02-05 02:07:57 -0500 |
commit | 0a1bec8a5a1d229bcd6bfa5179497106a43df316 (patch) | |
tree | d2239c6f2c8fdb18d23baf0dcef04b7fb1553f80 /.gitmodules | |
parent | 8f110ba841129f7519ec7a915b891d5bc6e04bcc (diff) | |
download | drobillad-0a1bec8a5a1d229bcd6bfa5179497106a43df316.tar.gz drobillad-0a1bec8a5a1d229bcd6bfa5179497106a43df316.tar.bz2 drobillad-0a1bec8a5a1d229bcd6bfa5179497106a43df316.zip |
Fix fomp submodule URL
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 805f867..502a6fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = ../machina.git [submodule "fomp.lv2"] path = subprojects/fomp.lv2 - url = ../fomp-lv2.git + url = ../fomp.git [submodule "blop.lv2"] path = subprojects/blop.lv2 url = ../blop-lv2.git |