Merge pull request #5 from n-st/github-git-protocol

Update submodule URLs (Github has disabled git:// protocol)
This commit is contained in:
Roland Hieber 2022-09-20 17:23:47 +02:00 committed by GitHub
commit ea90dd447b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "thing-logos"] [submodule "thing-logos"]
path = thing-logos path = thing-logos
url = git://github.com/rohieb/thing-logos.git url = https://github.com/rohieb/thing-logos.git
[submodule "write"] [submodule "write"]
path = write path = write
url = git://github.com/rohieb/Write.scad.git url = https://github.com/rohieb/Write.scad.git