Change links from git://github.com to https://github.com

I got into troubles to be behind a proxy and my build then fails
because it cannot connect to git://github.com urls

To avoid such problems for others I think it is useful to replace
them for the whole repo. This changes make it work for me again.

Signed-off-by: Matthias Kesler <krombel@krombel.de>
This commit is contained in:
Matthias Kesler
2018-08-01 22:53:20 +02:00
parent 2578f56c29
commit 19a8f81018
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ PKG_RELEASE:=0.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/lowlander/dmx_usb_module.git
PKG_SOURCE_URL:=https://github.com/lowlander/dmx_usb_module.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=ee99ca7edbd9e093480ad63341ac007394047bde
PKG_MAINTAINER:=Martijn Zilverschoon <martijn@friedzombie.com>