[geary/mjog/flatpak-ci] org.gnome.Geary.yaml: Fix the actual problem, bad GSound git URI



commit e7e1812d8efa70e80d1644908b50152cfb719b3b
Author: Michael Gratton <mike vee net>
Date:   Mon Apr 6 09:13:49 2020 +1000

    org.gnome.Geary.yaml: Fix the actual problem, bad GSound git URI

 org.gnome.Geary.json | 2 +-
 org.gnome.Geary.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 9d2c1335..1b792e0a 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -184,7 +184,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/GNOME/gsound.git";,
+                    "url": "https://gitlab.gnome.org/GNOME/gsound.git";,
                     "branch": "master"
                 }
             ]
diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml
index b325f527..77674922 100644
--- a/org.gnome.Geary.yaml
+++ b/org.gnome.Geary.yaml
@@ -189,7 +189,7 @@ modules:
   - name: gsound
     sources:
       - type: git
-        url: https://github.com/GNOME/gsound.git
+        url: https://gitlab.gnome.org/GNOME/gsound.git
         branch: master
 
   # Geary dependency


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