mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-29 20:35:12 -04:00
.gitmodules: Canonicalize URL of bubblewrap
The project was moved to a new namespace a while ago, and is now using the main branch rather than master. The specific commit we are using has not changed. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -3,8 +3,9 @@
|
||||
url = https://gitlab.gnome.org/GNOME/libglnx.git
|
||||
[submodule "bubblewrap"]
|
||||
path = subprojects/bubblewrap
|
||||
url = https://github.com/projectatomic/bubblewrap.git
|
||||
url = https://github.com/containers/bubblewrap.git
|
||||
ignore = dirty
|
||||
branch = main
|
||||
[submodule "dbus-proxy"]
|
||||
path = subprojects/dbus-proxy
|
||||
url = https://github.com/flatpak/xdg-dbus-proxy.git
|
||||
|
||||
Reference in New Issue
Block a user