dmx_usb_module: change source URL to HTTPS
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 1 Mar 2018 23:56:49 +0000 (00:56 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 1 Mar 2018 23:58:11 +0000 (00:58 +0100)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
libs/dmx_usb_module/Makefile

index d9e458fbe7eb0e8976fc66a786f6ce817e3ae346..4487437d3f88e5a5745ff476a770a405b6c916e8 100644 (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>