summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-11-17 18:21:45 +0000
committerSimon McVittie <smcv@collabora.com>2022-11-17 18:24:23 +0000
commitf9a7d120144bc07b6a65e542e449d9d4bbd8a808 (patch)
tree1ec98b878d41fc83d802c45a3f943ddaa577b527
parentcad1bf63c6291ed8c6b1c9f8a22b9d8441a49428 (diff)
downloadflatpak-f9a7d120144bc07b6a65e542e449d9d4bbd8a808.tar.gz
.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>
-rw-r--r--.gitmodules3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 20225be5..cab9a7b9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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