8000 Update git submodule reference to use https instead of git@ · python-mode/python-mode@149ccf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 149ccf7

Browse files
committed
Update git submodule reference to use https instead of git@
1 parent fc23df2 commit 149ccf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
url = https://github.com/uiri/toml.git
5151
[submodule "submodules/pytoolconfig"]
5252
path = submodules/pytoolconfig
53-
url = git@github.com:bagel897/pytoolconfig.git
53+
url = https://github.com/bagel897/pytoolconfig.git
5454
[submodule "submodules/tomli"]
5555
path = submodules/tomli
56-
url = git@github.com:hukkin/tomli.git
56+
url = https://github.com/hukkin/tomli.git
5757
[submodule "submodules/appdirs"]
5858
path = submodules/appdirs
59-
url = git@github.com:ActiveState/appdirs.git
59+
url = https://github.com/ActiveState/appdirs.git

0 commit comments

Comments
 (0)
0