Files
flatpak/.gitmodules
Simon McVittie f9a7d12014 .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>
2022-11-17 18:24:23 +00:00

16 lines
511 B
Plaintext

[submodule "libglnx"]
path = subprojects/libglnx
url = https://gitlab.gnome.org/GNOME/libglnx.git
[submodule "bubblewrap"]
path = subprojects/bubblewrap
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
branch = main
[submodule "variant-schema-compiler"]
path = subprojects/variant-schema-compiler
url = https://gitlab.gnome.org/alexl/variant-schema-compiler.git