Skip to content

Commit

Permalink
Use public URLs for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Mar 7, 2023
1 parent 7a46b2a commit 3c67a8a
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 "spec/rubyspec"]
path = spec/rubyspec
url = git://github.com/ruby/spec.git
url = https://github.com/ruby/spec.git
[submodule "frozen_old_spec/rubyspec"]
path = frozen_old_spec/rubyspec
url = git://github.com/ruby/spec.git
url = https://github.com/ruby/spec.git
[submodule "spec/mspec"]
path = spec/mspec
url = git://github.com/ruby/mspec.git
url = https://github.com/ruby/mspec.git

0 comments on commit 3c67a8a

Please sign in to comment.