From d82f8cbd3febbb84714bb3d78bcab5ddcc06ec4d Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sat, 15 Apr 2017 12:33:38 +0200 Subject: Change protocoll for any git clone from Github to https Signed-off-by: Stefan Fuchs --- scripts/mobilecomponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mobilecomponents.sh') diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 71c053177..9c8515b97 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -26,7 +26,7 @@ fi # or SHAs from upstream cd $SRC if [ ! -d kirigami ] ; then - git clone -b master git://github.com/KDE/kirigami + git clone -b master https://github.com/KDE/kirigami.git fi if [ "$NOPULL" = "" ] ; then pushd kirigami -- cgit v1.2.3-70-g09d2