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



commit c7ea11a2c259e07a35d655413d3cc32368b20932
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 795afdb0..e0768920 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 e481a070..85449488 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]