Skip to content

Commit

Permalink
fix ssh submodules no longer working on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciss committed Jul 10, 2023
1 parent 89c431a commit c4de19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "external_libraries/nova-simd"]
path = external_libraries/nova-simd
url = git://github.com/timblechmann/nova-simd.git
url = https://github.com/timblechmann/nova-simd.git
[submodule "external_libraries/nova-tt"]
path = external_libraries/nova-tt
url = git://github.com/timblechmann/nova-tt.git
url = https://github.com/timblechmann/nova-tt.git
[submodule "external_libraries/hidapi"]
path = external_libraries/hidapi
url = git://github.com/supercollider/hidapi.git
url = https://github.com/supercollider/hidapi.git
[submodule "editors/scvim"]
path = editors/scvim
url = https://github.com/supercollider/scvim.git
Expand Down

0 comments on commit c4de19e

Please sign in to comment.