git: Use relative URL for external submodule
Gitlab recommends using relative URLs for submodules on the same server[0], so do that. [0] https://docs.gitlab.com/ee/ci/git_submodules.html Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2371>
This commit is contained in:
parent
1d96cbdf65
commit
c865d1b414
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "subprojects/gvc"]
|
||||
path = subprojects/gvc
|
||||
url = https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
url = ../libgnome-volume-control.git
|
||||
|
Loading…
Reference in New Issue
Block a user