[gnome-todo] flatpak: Use the https:// protocol
- From: Mathieu Bridon <mbridon src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-todo] flatpak: Use the https:// protocol
 
- Date: Mon,  9 Oct 2017 13:54:09 +0000 (UTC)
 
commit c8c1de194714680083a6b9407cb18099dfb1d983
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Oct 9 15:53:20 2017 +0200
    flatpak: Use the https:// protocol
    
    Not only is the git:// protocol insecure, it's also problematic when
    we're all at GUADEC behind a university network which blocks it.
 org.gnome.Todo.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index 4d4fbb5..db94f4c 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -37,7 +37,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "url": "https://git.gnome.org/browse/gnome-online-accounts"
                 }
             ]
         },
@@ -80,7 +80,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/evolution-data-server"
+                    "url": "https://git.gnome.org/browse/evolution-data-server"
                 }
             ]
         },
@@ -90,7 +90,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libpeas"
+                    "url": "https://git.gnome.org/browse/libpeas"
                 }
             ]
         },
@@ -100,7 +100,7 @@
                 {
                     "type": "git",
                     "branch": "librest-0-7",
-                    "url": "git://git.gnome.org/librest"
+                    "url": "https://git.gnome.org/browse/librest"
                 }
             ]
         },
@@ -109,7 +109,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-todo"
+                    "url": "https://git.gnome.org/browse/gnome-todo"
                 }
             ]
         }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]