[geary: 1/2] Update URLs to GitLab in Flatpak manifest



commit a3447baae633fef39585d8ca90095cb6b9d1f30d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue May 29 16:59:50 2018 +0000

    Update URLs to GitLab in Flatpak manifest
    
    The GitLab migration happened and all the modules
    that previously were pointed to git.gnome.org now
    should point to gitlab.gnome.org.
    
    This fixes the Flatpak nightly build.

 org.gnome.Geary.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 99b73c08..2b438cd7 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -83,7 +83,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/libgee";,
+                    "url": "https://gitlab.gnome.org/GNOME/libgee.git";,
                     "branch": "master"
                 }
             ]
@@ -93,7 +93,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/gmime";,
+                    "url": "https://gitlab.gnome.org/GNOME/gmime.git";,
                     "branch": "gmime-2-6"
                 }
             ]
@@ -115,7 +115,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/geary";,
+                    "url": "https://gitlab.gnome.org/GNOME/geary.git";,
                     "branch": "master"
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]