From 7503950a38aeecfcf636f310e3a230734d9a74bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Thu, 25 Aug 2022 16:22:15 +0200 Subject: [PATCH] flatpak: move to gitlab.gnome.org GMime version duplicate_mailbox() unit test fails since this commit: https://github.com/jstedfast/gmime/commit/4a80ae527df9aa36fe50fac0878207a31d4d6b72 The commit is ok because it respects RFC 5322: 1 max From/To/Cc/Bcc header. We can't fix the unit test without breaking Ubuntu/Fedora builds so just use same version. --- org.gnome.Geary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 5fa83d51..573fe42e 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -203,8 +203,8 @@ "sources": [ { "type": "git", - "url": "https://github.com/jstedfast/gmime.git", - "branch": "master" + "url": "https://gitlab.gnome.org/GNOME/gmime.git", + "branch": "6bff5288f9c108160dd56dd20a9c6608aa55f791" } ] },