diff --git a/support/getmuxlist b/support/getmuxlist index baa7d6dc..ec39018b 100755 --- a/support/getmuxlist +++ b/support/getmuxlist @@ -13,7 +13,7 @@ if [ -d "${DIR}/.git" ]; then # Fetch elif [ ! -d "${DIR}" ]; then - URL=git://linuxtv.org/dtv-scan-tables.git + URL=http://linuxtv.org/git/dtv-scan-tables.git git clone $URL "${DIR}" &> /dev/null fi