From 251888de693a1458b567fccb32312565548ab9a1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 00:47:51 +0100 Subject: Update URLs for repositories on git.enlightenment.org The git native protocol is no longer supported there; use the https: scheme. --- open-source-lorries/eet.lorry | 2 +- open-source-lorries/eina.lorry | 2 +- open-source-lorries/enlightenment-all.lorry | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/open-source-lorries/eet.lorry b/open-source-lorries/eet.lorry index 7acf93b..268c3e6 100644 --- a/open-source-lorries/eet.lorry +++ b/open-source-lorries/eet.lorry @@ -1,6 +1,6 @@ { "eet": { "type": "git", - "url": "git://git.enlightenment.org/legacy/eet.git" + "url": "https://git.enlightenment.org/legacy/eet.git" } } diff --git a/open-source-lorries/eina.lorry b/open-source-lorries/eina.lorry index c52dbe0..f14bf6a 100644 --- a/open-source-lorries/eina.lorry +++ b/open-source-lorries/eina.lorry @@ -1,6 +1,6 @@ { "eina": { "type": "git", - "url": "git://git.enlightenment.org/legacy/eina.git" + "url": "https://git.enlightenment.org/legacy/eina.git" } } diff --git a/open-source-lorries/enlightenment-all.lorry b/open-source-lorries/enlightenment-all.lorry index a58bda2..156f6f7 100644 --- a/open-source-lorries/enlightenment-all.lorry +++ b/open-source-lorries/enlightenment-all.lorry @@ -1,7 +1,7 @@ { "enlightenment/efl": { "type": "git", - "url": "git://git.enlightenment.org/core/efl.git", + "url": "https://git.enlightenment.org/core/efl.git", "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" @@ -9,7 +9,7 @@ }, "enlightenment/elementary": { "type": "git", - "url": "git://git.enlightenment.org/core/elementary.git", + "url": "https://git.enlightenment.org/core/elementary.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -17,7 +17,7 @@ }, "enlightenment/enlightenment": { "type": "git", - "url": "git://git.enlightenment.org/core/enlightenment.git", + "url": "https://git.enlightenment.org/core/enlightenment.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -25,7 +25,7 @@ }, "enlightenment/emotion_generic_players": { "type": "git", - "url": "git://git.enlightenment.org/core/emotion_generic_players.git", + "url": "https://git.enlightenment.org/core/emotion_generic_players.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -33,7 +33,7 @@ }, "enlightenment/evas_generic_loaders": { "type": "git", - "url": "git://git.enlightenment.org/core/evas_generic_loaders.git", + "url": "https://git.enlightenment.org/core/evas_generic_loaders.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -41,7 +41,7 @@ }, "enlightenment/imlib2": { "type": "git", - "url": "git://git.enlightenment.org/legacy/imlib2.git", + "url": "https://git.enlightenment.org/legacy/imlib2.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -49,7 +49,7 @@ }, "enlightenment/libast": { "type": "git", - "url": "git://git.enlightenment.org/misc/libast.git", + "url": "https://git.enlightenment.org/misc/libast.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -57,7 +57,7 @@ }, "enlightenment/eterm": { "type": "git", - "url": "git://git.enlightenment.org/apps/eterm.git", + "url": "https://git.enlightenment.org/apps/eterm.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" -- cgit v1.2.1