Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Use HTTPS for submodules instead of git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed Feb 19, 2016
1 parent 96ad6b8 commit 5c032ab
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,9 +1,9 @@
[submodule "vendor/AudioTestData"]
path = vendor/AudioTestData
url = git://github.com/teragonaudio/AudioTestData.git
url = https://github.com/teragonaudio/AudioTestData.git
[submodule "vendor/audiofile"]
path = vendor/audiofile
url = git://github.com/teragonaudio/audiofile.git
url = https://github.com/teragonaudio/audiofile.git
[submodule "vendor/flac"]
path = vendor/flac
url = git://github.com/teragonaudio/flac.git
url = https://github.com/teragonaudio/flac.git

0 comments on commit 5c032ab

Please sign in to comment.