[gnome-contacts] Move all the Git URLs to https.



commit 14c6fde4e6a028b6fdc8a41c58e1b42c77fdd608
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Aug 23 10:26:09 2017 +0200

    Move all the Git URLs to https.
    
    For the reason why, see commit 65a33f38c2f5fc830cf6aa58cf13de1c8f604fb7
    of the gnome-apps-nightly repo.
    
    > 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.

 data/flatpak/org.gnome.Contacts.json |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 796659a..9101eab 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -88,7 +88,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgee"
+                    "url": "https://git.gnome.org/browse/libgee";
                 }
             ]
         },
@@ -111,7 +111,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
@@ -149,7 +149,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgdata"
+                    "url": "https://git.gnome.org/browse/libgdata";
                 }
             ]
         },
@@ -180,7 +180,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evolution-data-server"
+                    "url": "https://git.gnome.org/browse/evolution-data-server";
                 }
             ]
         },
@@ -191,7 +191,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/folks"
+                    "url": "https://git.gnome.org/browse/folks";
                 }
             ]
         },
@@ -200,7 +200,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libchamplain"
+                    "url": "https://git.gnome.org/browse/libchamplain";
                 }
             ]
         },
@@ -210,7 +210,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/geocode-glib"
+                    "url": "https://git.gnome.org/browse/geocode-glib";
                 }
             ]
         },
@@ -220,7 +220,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-desktop"
+                    "url": "https://git.gnome.org/browse/gnome-desktop";
                 }
             ]
         },
@@ -229,7 +229,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-contacts"
+                    "url": "https://git.gnome.org/browse/gnome-contacts";
                 }
             ]
         }


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