Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Use https instead of auth requiring git for readonly submodules. #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "externals/tensorflow"]
path = externals/tensorflow
url = git@github.com:tensorflow/tensorflow.git
url = https://github.com/tensorflow/tensorflow.git
shallow = true
[submodule "externals/JUCE"]
path = externals/JUCE
url = git@github.com:juce-framework/JUCE.git
url = https://github.com/juce-framework/JUCE.git
shallow = true