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