From 6aac635e57b3222fec982fcd78d09428ceb166eb Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 7 May 2024 22:59:55 +0300 Subject: [PATCH] fetsh.sh: swap the host Signed-off-by: Ivailo Monev --- fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index 6acfaa8..b099a9d 100755 --- a/fetch.sh +++ b/fetch.sh @@ -17,6 +17,6 @@ for p in "${packs[@]}";do cd "$cwd" else echo "Fetching sources of $p..." - git clone --depth=1 "https://scm.osdn.net/gitroot/kde/$p.git" + git clone --depth=1 "https://bitbucket.org/smil3y/$p.git" fi done