Skip to content

Commit

Permalink
Update .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang authored Nov 24, 2023
1 parent 5835f3b commit dac2e94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "third_party/bottle"]
path = third_party/bottle
url = https://github.com/defnull/bottle
url = https://github.com/defnull/bottle.git
[submodule "third_party/jedi"]
path = third_party/jedi_deps/jedi
url = https://github.com/davidhalter/jedi
url = https://github.com/davidhalter/jedi.git
[submodule "third_party/jedi_deps/numpydoc"]
path = third_party/jedi_deps/numpydoc
url = https://github.com/numpy/numpydoc
url = https://github.com/numpy/numpydoc.git
[submodule "third_party/parso"]
path = third_party/jedi_deps/parso
url = https://github.com/davidhalter/parso
url = https://github.com/davidhalter/parso.git
[submodule "third_party/watchdog"]
path = third_party/watchdog_deps/watchdog
url = https://github.com/gorakhargosh/watchdog
url = https://github.com/gorakhargosh/watchdog.git
[submodule "third_party/mrab-regex"]
path = third_party/mrab-regex
url = https://github.com/brinkqiang/mrab-regex.git

0 comments on commit dac2e94

Please sign in to comment.