diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-12-19 03:12:40 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-12-19 17:23:26 +0530 |
commit | 32115334662799c77d49b0e26161c44e580d5dd4 (patch) | |
tree | 6f169bca0a2819520b8fe806be68600a5b189f78 /subprojects/glib.wrap | |
parent | 56f8f499cc7ae7600a6832f84ee8341dc2598362 (diff) | |
download | pango-32115334662799c77d49b0e26161c44e580d5dd4.tar.gz |
meson: Update gitlab.gnome.org SSH server names
Also switch the wrap file style to use spaces around `=` which is the
canonical style used by wrapdb now.
Diffstat (limited to 'subprojects/glib.wrap')
-rw-r--r-- | subprojects/glib.wrap | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap index c785910d..08f7d4e5 100644 --- a/subprojects/glib.wrap +++ b/subprojects/glib.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory=glib -url=https://gitlab.gnome.org/GNOME/glib.git -push-url=ssh://git@gitlab.gnome.org:GNOME/glib.git -revision=main -depth=1 +directory = glib +url = https://gitlab.gnome.org/GNOME/glib.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/glib.git +revision = main +depth = 1 |