From: Matthias Schiffer Date: Thu, 1 Mar 2018 23:56:49 +0000 (+0100) Subject: dmx_usb_module: change source URL to HTTPS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=dee7a827300c71de06cdc6f11563e4929d33c5d5;p=feed%2Fpackages.git dmx_usb_module: change source URL to HTTPS Signed-off-by: Matthias Schiffer --- diff --git a/libs/dmx_usb_module/Makefile b/libs/dmx_usb_module/Makefile index d9e458fbe7..4487437d3f 100644 --- a/libs/dmx_usb_module/Makefile +++ b/libs/dmx_usb_module/Makefile @@ -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