Update submodule URLs (Github has disabled git:// protocol)
More info: https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/
This commit is contained in:
parent
e55047d09f
commit
d03e289945
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
|||
[submodule "thing-logos"]
|
||||
path = thing-logos
|
||||
url = git://github.com/rohieb/thing-logos.git
|
||||
url = https://github.com/rohieb/thing-logos.git
|
||||
[submodule "write"]
|
||||
path = write
|
||||
url = git://github.com/rohieb/Write.scad.git
|
||||
url = https://github.com/rohieb/Write.scad.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue