Skip to content

Commit

Permalink
Convert .gitmodule paths from SSH to HTTPS
Browse files Browse the repository at this point in the history
The SSH format prevents people from building the code without private key access to the repo
  • Loading branch information
sargant authored Jul 18, 2022
1 parent 992afae commit df76a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[submodule "third-party/DinguxCommander"]
path = third-party/DinguxCommander
url = git@github.com:shauninman/DinguxCommander.git
url = https://github.com/shauninman/DinguxCommander.git
branch = miniui-miyoomini
[submodule "third-party/SDL-1.2"]
path = third-party/SDL-1.2
url = git@github.com:shauninman/SDL-1.2.git
url = https://github.com/shauninman/SDL-1.2.git
branch = miniui-miyoomini
[submodule "third-party/picoarch"]
path = third-party/picoarch
url = git@github.com:shauninman/picoarch.git
url = https://github.com/shauninman/picoarch.git
branch = miniui-miyoomini
[submodule "third-party/vvvvvv"]
path = third-party/vvvvvv
url = git@github.com:shauninman/VVVVVV.git
url = https://github.com/shauninman/VVVVVV.git
branch = miniui-miyoomini

0 comments on commit df76a4d

Please sign in to comment.