[gnome-apps-nightly] Move all the Git URLs to https



commit 65a33f38c2f5fc830cf6aa58cf13de1c8f604fb7
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Jul 31 16:34:08 2017 +0200

    Move all the Git URLs to https
    
    The git protocol is blocked in many places, for example conference
    networks, which makes it harder to contribute if you can't try locally
    building your changes.
    
    In addition, the git protocol is vulnerable to man in the middle
    attacks.

 ca.desrt.dconf-editor.json |    2 +-
 org.gnome.Books.json       |   18 +++++++++---------
 org.gnome.Builder.app      |    2 +-
 org.gnome.Calculator.json  |    4 ++--
 org.gnome.Calendar.app     |    2 +-
 org.gnome.Characters.json  |    4 ++--
 org.gnome.Devhelp.app      |    2 +-
 org.gnome.Dictionary.app   |    2 +-
 org.gnome.Documents.json   |   16 ++++++++--------
 org.gnome.Epiphany.json    |    4 ++--
 org.gnome.Evince.json      |    2 +-
 org.gnome.Games.app        |    2 +-
 org.gnome.Hitori.app       |    2 +-
 org.gnome.Maps.app         |    2 +-
 org.gnome.Nautilus.app     |    2 +-
 org.gnome.News.json        |    8 ++++----
 org.gnome.Nibbles.app      |    2 +-
 org.gnome.Photos.app       |    2 +-
 org.gnome.Polari.app       |    2 +-
 org.gnome.Recipes.app      |    2 +-
 org.gnome.Rhythmbox3.json  |    8 ++++----
 org.gnome.Software.json    |    8 ++++----
 org.gnome.Todo.json        |    8 ++++----
 org.gnome.Totem.app        |    2 +-
 org.gnome.TweakTool.json   |    4 ++--
 org.gnome.Weather.app      |    2 +-
 org.gnome.bijiben.json     |    8 ++++----
 org.gnome.chess.app        |    2 +-
 org.gnome.clocks.app       |    2 +-
 org.gnome.eog.json         |    8 ++++----
 org.gnome.frogr.app        |    2 +-
 org.gnome.gedit.json       |    8 ++++----
 org.gnome.gitg.json        |   10 +++++-----
 org.gnome.iagno.json       |    2 +-
 org.gnome.sudoku.app       |    2 +-
 35 files changed, 79 insertions(+), 79 deletions(-)
---
diff --git a/ca.desrt.dconf-editor.json b/ca.desrt.dconf-editor.json
index c503e1a..8e3007e 100644
--- a/ca.desrt.dconf-editor.json
+++ b/ca.desrt.dconf-editor.json
@@ -29,7 +29,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/dconf-editor"
+                    "url": "https://git.gnome.org/browse/dconf-editor";
                 }
             ]
         }
diff --git a/org.gnome.Books.json b/org.gnome.Books.json
index 45da2ac..7a0872d 100644
--- a/org.gnome.Books.json
+++ b/org.gnome.Books.json
@@ -43,7 +43,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
@@ -53,7 +53,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -73,7 +73,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgdata"
+                    "url": "https://git.gnome.org/browse/libgdata";
                 }
             ]
         },
@@ -93,7 +93,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libzapojit"
+                    "url": "https://git.gnome.org/browse/libzapojit";
                 }
             ]
         },
@@ -131,7 +131,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evince"
+                    "url": "https://git.gnome.org/browse/evince";
                 }
             ]
         },
@@ -147,7 +147,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/tracker"
+                    "url": "https://git.gnome.org/browse/tracker";
                 }
             ]
         },
@@ -156,7 +156,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgepub"
+                    "url": "https://git.gnome.org/browse/libgepub";
                 }
             ]
         },
@@ -165,7 +165,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-epub-thumbnailer"
+                    "url": "https://git.gnome.org/browse/gnome-epub-thumbnailer";
                 }
             ]
         },
@@ -175,7 +175,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-documents"
+                    "url": "https://git.gnome.org/browse/gnome-documents";
                 }
             ]
         }
diff --git a/org.gnome.Builder.app b/org.gnome.Builder.app
index 80a2100..07eafb1 100644
--- a/org.gnome.Builder.app
+++ b/org.gnome.Builder.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Builder
 JSON=org.gnome.Builder.json
-GITURL=git://git.gnome.org/gnome-builder
+GITURL=https://git.gnome.org/browse/gnome-builder
diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json
index 6802ddd..20a947a 100644
--- a/org.gnome.Calculator.json
+++ b/org.gnome.Calculator.json
@@ -55,7 +55,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gtksourceview",
+                    "url": "https://git.gnome.org/browse/gtksourceview";,
                     "branch": "gnome-3-24"
                 }
             ]
@@ -65,7 +65,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-calculator"
+                    "url": "https://git.gnome.org/browse/gnome-calculator";
                 }
             ]
         }
diff --git a/org.gnome.Calendar.app b/org.gnome.Calendar.app
index 1ef6b58..94155e8 100644
--- a/org.gnome.Calendar.app
+++ b/org.gnome.Calendar.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Calendar
 JSON=org.gnome.Calendar.json
-GITURL=git://git.gnome.org/gnome-calendar
+GITURL=https://git.gnome.org/browse/gnome-calendar
diff --git a/org.gnome.Characters.json b/org.gnome.Characters.json
index 33cfd0e..6b36077 100644
--- a/org.gnome.Characters.json
+++ b/org.gnome.Characters.json
@@ -32,7 +32,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -41,7 +41,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-characters"
+                    "url": "https://git.gnome.org/browse/gnome-characters";
                 }
             ]
         }
diff --git a/org.gnome.Devhelp.app b/org.gnome.Devhelp.app
index d4e1eb2..29ec034 100644
--- a/org.gnome.Devhelp.app
+++ b/org.gnome.Devhelp.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Devhelp
 JSON=flatpak/org.gnome.Devhelp.json
-GITURL=git://git.gnome.org/devhelp
+GITURL=https://git.gnome.org/browse/devhelp
diff --git a/org.gnome.Dictionary.app b/org.gnome.Dictionary.app
index 0884ed1..3ff879a 100644
--- a/org.gnome.Dictionary.app
+++ b/org.gnome.Dictionary.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Dictionary
 JSON=data/org.gnome.Dictionary.json
-GITURL=git://git.gnome.org/gnome-dictionary
+GITURL=https://git.gnome.org/browse/gnome-dictionary
diff --git a/org.gnome.Documents.json b/org.gnome.Documents.json
index a92654e..9e4a2fb 100644
--- a/org.gnome.Documents.json
+++ b/org.gnome.Documents.json
@@ -42,7 +42,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
@@ -52,7 +52,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -72,7 +72,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgdata"
+                    "url": "https://git.gnome.org/browse/libgdata";
                 }
             ]
         },
@@ -92,7 +92,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libzapojit"
+                    "url": "https://git.gnome.org/browse/libzapojit";
                 }
             ]
         },
@@ -130,7 +130,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evince"
+                    "url": "https://git.gnome.org/browse/evince";
                 }
             ]
         },
@@ -146,7 +146,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/tracker"
+                    "url": "https://git.gnome.org/browse/tracker";
                 }
             ]
         },
@@ -155,7 +155,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgepub"
+                    "url": "https://git.gnome.org/browse/libgepub";
                 }
             ]
         },
@@ -165,7 +165,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-documents"
+                    "url": "https://git.gnome.org/browse/gnome-documents";
                 }
             ]
         }
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index ffe2bdf..e5675bf 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -74,7 +74,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -85,7 +85,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/epiphany"
+                    "url": "https://git.gnome.org/browse/epiphany";
                 }
             ]
         }
diff --git a/org.gnome.Evince.json b/org.gnome.Evince.json
index 7199f66..b1224f1 100644
--- a/org.gnome.Evince.json
+++ b/org.gnome.Evince.json
@@ -63,7 +63,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evince"
+                    "url": "https://git.gnome.org/browse/evince";
                 }
             ]
         }
diff --git a/org.gnome.Games.app b/org.gnome.Games.app
index 0c12a5a..c53106f 100644
--- a/org.gnome.Games.app
+++ b/org.gnome.Games.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Games
 JSON=flatpak/org.gnome.Games.json
-GITURL=git://git.gnome.org/gnome-games
+GITURL=https://git.gnome.org/browse/gnome-games
diff --git a/org.gnome.Hitori.app b/org.gnome.Hitori.app
index c9ad512..25113a6 100644
--- a/org.gnome.Hitori.app
+++ b/org.gnome.Hitori.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Hitori
 JSON=flatpak/org.gnome.Hitori-unstable.json
-GITURL=git://git.gnome.org/hitori
+GITURL=https://git.gnome.org/browse/hitori
diff --git a/org.gnome.Maps.app b/org.gnome.Maps.app
index df16266..0d08614 100644
--- a/org.gnome.Maps.app
+++ b/org.gnome.Maps.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Maps
 JSON=org.gnome.Maps.json
-GITURL=git://git.gnome.org/gnome-maps
+GITURL=https://git.gnome.org/browse/gnome-maps
diff --git a/org.gnome.Nautilus.app b/org.gnome.Nautilus.app
index e8606f5..f857d94 100644
--- a/org.gnome.Nautilus.app
+++ b/org.gnome.Nautilus.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Nautilus
 JSON=org.gnome.Nautilus.json
-GITURL=git://git.gnome.org/nautilus
+GITURL=https://git.gnome.org/browse/nautilus
diff --git a/org.gnome.News.json b/org.gnome.News.json
index e76229d..2d41c06 100644
--- a/org.gnome.News.json
+++ b/org.gnome.News.json
@@ -37,7 +37,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -47,7 +47,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgrss"
+                    "url": "https://git.gnome.org/browse/libgrss";
                 }
             ]
         },
@@ -63,7 +63,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/tracker"
+                    "url": "https://git.gnome.org/browse/tracker";
                 }
             ]
         },
@@ -73,7 +73,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-news"
+                    "url": "https://git.gnome.org/browse/gnome-news";
                 }
             ]
         }
diff --git a/org.gnome.Nibbles.app b/org.gnome.Nibbles.app
index cf5df00..ebf574f 100644
--- a/org.gnome.Nibbles.app
+++ b/org.gnome.Nibbles.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Nibbles
 JSON=org.gnome.Nibbles.json
-GITURL=git://git.gnome.org/gnome-nibbles
+GITURL=https://git.gnome.org/browse/gnome-nibbles
diff --git a/org.gnome.Photos.app b/org.gnome.Photos.app
index c55f3be..09edbb0 100644
--- a/org.gnome.Photos.app
+++ b/org.gnome.Photos.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Photos
 JSON=flatpak/org.gnome.Photos.json
-GITURL=git://git.gnome.org/gnome-photos
+GITURL=https://git.gnome.org/browse/gnome-photos
diff --git a/org.gnome.Polari.app b/org.gnome.Polari.app
index 3433cce..d23e78f 100644
--- a/org.gnome.Polari.app
+++ b/org.gnome.Polari.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Polari
 JSON=flatpak/org.gnome.Polari.json
-GITURL=git://git.gnome.org/polari
+GITURL=https://git.gnome.org/browse/polari
diff --git a/org.gnome.Recipes.app b/org.gnome.Recipes.app
index d621d43..d5cfe88 100644
--- a/org.gnome.Recipes.app
+++ b/org.gnome.Recipes.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Recipes
 JSON=flatpak/org.gnome.Recipes.json
-GITURL=git://git.gnome.org/recipes
+GITURL=https://git.gnome.org/browse/recipes
diff --git a/org.gnome.Rhythmbox3.json b/org.gnome.Rhythmbox3.json
index 33f03d8..2d77c40 100644
--- a/org.gnome.Rhythmbox3.json
+++ b/org.gnome.Rhythmbox3.json
@@ -50,7 +50,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libpeas"
+                    "url": "https://git.gnome.org/browse/libpeas";
                 }
             ]
         },
@@ -59,7 +59,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gmime"
+                    "url": "https://git.gnome.org/browse/gmime";
                 }
             ],
             "cleanup": [ "/include", "/share/vala" ]
@@ -74,7 +74,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/totem-pl-parser"
+                    "url": "https://git.gnome.org/browse/totem-pl-parser";
                 }
             ],
             "cleanup": [ "/include" ]
@@ -84,7 +84,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/rhythmbox"
+                    "url": "https://git.gnome.org/browse/rhythmbox";
                 }
             ]
         }
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index 2789bbd..fb1fa60 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -66,7 +66,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgsystem"
+                    "url": "https://git.gnome.org/browse/libgsystem";
                 }
             ]
         },
@@ -116,7 +116,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://github.com/flatpak/flatpak"
+                    "url": "https://github.com/flatpak/flatpak";
                 }
             ]
         },
@@ -126,7 +126,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -162,7 +162,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-software"
+                    "url": "https://git.gnome.org/browse/gnome-software";
                 },
                 {
                     "type": "patch",
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index f83d238..4e99de3 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -42,7 +42,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
@@ -85,7 +85,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evolution-data-server"
+                    "url": "https://git.gnome.org/browse/evolution-data-server";
                 }
             ]
         },
@@ -95,7 +95,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libpeas"
+                    "url": "https://git.gnome.org/browse/libpeas";
                 }
             ]
         },
@@ -104,7 +104,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-todo"
+                    "url": "https://git.gnome.org/browse/gnome-todo";
                 }
             ]
         }
diff --git a/org.gnome.Totem.app b/org.gnome.Totem.app
index d6c9bb5..60d014c 100644
--- a/org.gnome.Totem.app
+++ b/org.gnome.Totem.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Totem
 JSON=flatpak/org.gnome.Totem.json
-GITURL=git://git.gnome.org/totem
+GITURL=https://git.gnome.org/browse/totem
diff --git a/org.gnome.TweakTool.json b/org.gnome.TweakTool.json
index a18b285..2aa3e72 100644
--- a/org.gnome.TweakTool.json
+++ b/org.gnome.TweakTool.json
@@ -36,7 +36,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -47,7 +47,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-tweak-tool"
+                    "url": "https://git.gnome.org/browse/gnome-tweak-tool";
                 },
                 {
                     "type": "patch",
diff --git a/org.gnome.Weather.app b/org.gnome.Weather.app
index 1b36937..e187066 100644
--- a/org.gnome.Weather.app
+++ b/org.gnome.Weather.app
@@ -1,3 +1,3 @@
 ID=org.gnome.Weather
 JSON=org.gnome.Weather-unstable.json
-GITURL=git://git.gnome.org/gnome-weather
+GITURL=https://git.gnome.org/browse/gnome-weather
diff --git a/org.gnome.bijiben.json b/org.gnome.bijiben.json
index 36b269d..a3e3746 100644
--- a/org.gnome.bijiben.json
+++ b/org.gnome.bijiben.json
@@ -46,7 +46,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
@@ -89,7 +89,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evolution-data-server"
+                    "url": "https://git.gnome.org/browse/evolution-data-server";
                 }
             ]
         },
@@ -105,7 +105,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/tracker"
+                    "url": "https://git.gnome.org/browse/tracker";
                 }
             ]
         },
@@ -114,7 +114,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/bijiben"
+                    "url": "https://git.gnome.org/browse/bijiben";
                 }
             ]
         }
diff --git a/org.gnome.chess.app b/org.gnome.chess.app
index 31113be..efba5a0 100644
--- a/org.gnome.chess.app
+++ b/org.gnome.chess.app
@@ -1,3 +1,3 @@
 ID=org.gnome.chess
 JSON=org.gnome.chess.json
-GITURL=git://git.gnome.org/gnome-chess
+GITURL=https://git.gnome.org/browse/gnome-chess
diff --git a/org.gnome.clocks.app b/org.gnome.clocks.app
index a59fc33..dc3d862 100644
--- a/org.gnome.clocks.app
+++ b/org.gnome.clocks.app
@@ -1,3 +1,3 @@
 ID=org.gnome.clocks
 JSON=data/flatpak/org.gnome.clocks.json
-GITURL=git://git.gnome.org/gnome-clocks
+GITURL=https://git.gnome.org/browse/gnome-clocks
diff --git a/org.gnome.eog.json b/org.gnome.eog.json
index 9b8c05d..94516ef 100644
--- a/org.gnome.eog.json
+++ b/org.gnome.eog.json
@@ -38,7 +38,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -48,7 +48,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libpeas"
+                    "url": "https://git.gnome.org/browse/libpeas";
                 }
             ]
         },
@@ -57,7 +57,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/eog"
+                    "url": "https://git.gnome.org/browse/eog";
                 }
             ]
         },
@@ -66,7 +66,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/eog-plugins"
+                    "url": "https://git.gnome.org/browse/eog-plugins";
                 }
             ]
         }
diff --git a/org.gnome.frogr.app b/org.gnome.frogr.app
index 639ccc7..aeb55c0 100644
--- a/org.gnome.frogr.app
+++ b/org.gnome.frogr.app
@@ -1,3 +1,3 @@
 ID=org.gnome.frogr
 JSON=flatpak/org.gnome.frogr-unstable.json
-GITURL=git://git.gnome.org/frogr
+GITURL=https://git.gnome.org/browse/frogr
diff --git a/org.gnome.gedit.json b/org.gnome.gedit.json
index 6260487..0d622fc 100644
--- a/org.gnome.gedit.json
+++ b/org.gnome.gedit.json
@@ -37,7 +37,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libpeas"
+                    "url": "https://git.gnome.org/browse/libpeas";
                 }
             ]
         },
@@ -48,7 +48,7 @@
                 {
                     "type": "git",
                     "branch": "gnome-3-24",
-                    "url": "git://git.gnome.org/gtksourceview"
+                    "url": "https://git.gnome.org/browse/gtksourceview";
                 }
             ]
         },
@@ -57,7 +57,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gspell"
+                    "url": "https://git.gnome.org/browse/gspell";
                 }
             ]
         },
@@ -66,7 +66,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gedit"
+                    "url": "https://git.gnome.org/browse/gedit";
                 }
             ]
         }
diff --git a/org.gnome.gitg.json b/org.gnome.gitg.json
index 8b142a3..cde395a 100644
--- a/org.gnome.gitg.json
+++ b/org.gnome.gitg.json
@@ -66,7 +66,7 @@
         "sources": [
             {
                 "type": "git",
-                "url": "git://git.gnome.org/libgit2-glib"
+                "url": "https://git.gnome.org/browse/libgit2-glib";
             }
         ]
       },
@@ -76,7 +76,7 @@
         "sources": [
             {
                 "type": "git",
-                "url": "git://git.gnome.org/libpeas"
+                "url": "https://git.gnome.org/browse/libpeas";
             }
         ]
       },
@@ -91,7 +91,7 @@
         "sources": [
             {
                 "type": "git",
-                "url": "git://git.gnome.org/libgee"
+                "url": "https://git.gnome.org/browse/libgee";
             }
         ]
       },
@@ -111,7 +111,7 @@
             {
                 "type": "git",
                 "branch": "gnome-3-24",
-                "url": "git://git.gnome.org/gtksourceview"
+                "url": "https://git.gnome.org/browse/gtksourceview";
             }
         ]
       },
@@ -120,7 +120,7 @@
         "sources": [
             {
                 "type": "git",
-                "url": "git://git.gnome.org/gitg"
+                "url": "https://git.gnome.org/browse/gitg";
             }
         ]
       }
diff --git a/org.gnome.iagno.json b/org.gnome.iagno.json
index 56c3b2c..c143afd 100644
--- a/org.gnome.iagno.json
+++ b/org.gnome.iagno.json
@@ -38,7 +38,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/iagno"
+                    "url": "https://git.gnome.org/browse/iagno";
                 }
             ]
         }
diff --git a/org.gnome.sudoku.app b/org.gnome.sudoku.app
index 376c753..d42bdda 100644
--- a/org.gnome.sudoku.app
+++ b/org.gnome.sudoku.app
@@ -1,3 +1,3 @@
 ID=org.gnome.sudoku
 JSON=org.gnome.sudoku.json
-GITURL=git://git.gnome.org/gnome-sudoku
+GITURL=https://git.gnome.org/browse/gnome-sudoku


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