]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
dvdreadfs: fix download link
authorMarkham <markham001@gmx.de>
Thu, 9 Jan 2020 21:20:49 +0000 (22:20 +0100)
committerMarkham <markham001@gmx.de>
Thu, 9 Jan 2020 21:20:49 +0000 (22:20 +0100)
make/archives.mk

index b090885ebcda79472cb1b70a49b4064ae61cfc2a..5e1bcdf6c001ce7c0c1235531563af59437c66ff 100755 (executable)
@@ -101,7 +101,7 @@ $(ARCHIVE)/lcd4linux-git-$(LCD4LINUX_VER).tar.bz2: | $(HOSTPREFIX)/bin/get-git-a
        get-git-archive.sh https://github.com/TangoCash/lcd4linux.git $(LCD4LINUX_VER) $(notdir $@) $(ARCHIVE)
 
 $(ARCHIVE)/dvdreadfs.tar.bz2: | $(HOSTPREFIX)/bin/get-git-archive.sh
-       get-git-archive.sh git@github.com:markschultz/dvdreadfs.git master $(notdir $@) $(ARCHIVE)
+       get-git-archive.sh https://github.com/markschultz/dvdreadfs.git master $(notdir $@) $(ARCHIVE)
 
 $(ARCHIVE)/libsigc++-$(LIBSIGC_VER).tar.xz:
        $(WGET) https://download.gnome.org/sources/libsigc++/$(LIBSIGC_MAJ).$(LIBSIGC_MIN)/libsigc++-$(LIBSIGC_VER).tar.xz