From 6b396c45bc00705421e3241cf7004701f5b4a93e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 27 Nov 2017 13:40:25 -0800 Subject: [PATCH] Clone breeze icons from GitHub anongit.kde.org appears to have problems. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index b912f1805..8951a3e62 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -37,7 +37,7 @@ if [ "$NOPULL" = "" ] ; then popd fi if [ ! -d breeze-icons ] ; then - git clone git://anongit.kde.org/breeze-icons + git clone https://github.com/kde/breeze-icons fi if [ "$NOPULL" = "" ] ; then pushd breeze-icons