mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue