From 304cdc76f735cce03e1524bc93ee0756742b9238 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 26 Mar 2014 16:08:09 +0000
Subject: [PATCH] feeds: switch to using http(s) urls

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40028
---
 feeds.conf.default | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index 49e97e524e..3587b5fcb9 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,6 +1,6 @@
-src-git packages git://git.openwrt.org/packages.git
-src-git luci git://nbd.name/luci.git
-src-git routing git://github.com/openwrt-routing/packages.git
+src-git packages http://git.openwrt.org/packages.git
+src-git luci http://git.openwrt.org/luci.git
+src-git routing https://github.com/openwrt-routing/packages.git
 src-git telephony http://feeds.openwrt.nanl.de/openwrt/telephony.git
 #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
 #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
-- 
2.30.2