mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: switch submodule protocol
As of today, GitHub no longer allows the 'git://' protocol, so we need to switch the submodule and our other references to cloning git repos to 'https://' instead. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
af88d34227
commit
c94e2b5d3f
11 changed files with 14 additions and 14 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "libdivecomputer"]
|
||||
path = libdivecomputer
|
||||
url = git://github.com/Subsurface/libdc.git
|
||||
url = https://github.com/Subsurface/libdc.git
|
||||
branch = Subsurface-NG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue