diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-02 00:56:49 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-02 00:58:11 +0100 |
commit | dee7a827300c71de06cdc6f11563e4929d33c5d5 (patch) | |
tree | 316031ca6f6057ec8ec69d3e704b2c6850e0b8ac /libs/dmx_usb_module | |
parent | 60cc1edc75a0806bf547ca8d956865d81b833756 (diff) |
dmx_usb_module: change source URL to HTTPS
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'libs/dmx_usb_module')
-rw-r--r-- | libs/dmx_usb_module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/dmx_usb_module/Makefile b/libs/dmx_usb_module/Makefile index d9e458fbe..4487437d3 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 <martijn@friedzombie.com> |