Skip to content

Commit

Permalink
Make it easier to clone submodules without an ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Jan 12, 2023
1 parent de0d010 commit 9940ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "sux"]
path = extlib/sux
url = git@github.com:ByteHamster-etc/sux.git
url = https://github.com/ByteHamster-etc/sux.git
[submodule "extlib/util"]
path = extlib/util
url = git@github.com:ByteHamster/Util.git
url = https://github.com/ByteHamster/Util.git
[submodule "extlib/simpleRibbon"]
path = extlib/simpleRibbon
url = git@github.com:ByteHamster/SimpleRibbon.git
url = https://github.com/ByteHamster/SimpleRibbon.git
2 changes: 1 addition & 1 deletion extlib/simpleRibbon

0 comments on commit 9940ae8

Please sign in to comment.