From 4cb2f1054f845a7313e02a1d19b9981d48cd9b5f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 29 Jul 2012 23:50:09 +0300 Subject: [PATCH] mkpkg_tvheadend: update github repo url --- tools/mkpkg/mkpkg_tvheadend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/mkpkg_tvheadend b/tools/mkpkg/mkpkg_tvheadend index bc02a9e598..b8e14f154c 100755 --- a/tools/mkpkg/mkpkg_tvheadend +++ b/tools/mkpkg/mkpkg_tvheadend @@ -21,7 +21,7 @@ echo "getting sources..." if [ ! -d hts-tvheadend.git ]; then - git clone https://github.com/andoma/tvheadend.git hts-tvheadend.git + git clone https://github.com/tvheadend/tvheadend.git hts-tvheadend.git fi cd hts-tvheadend.git