summaryrefslogtreecommitdiff
path: root/scripts/makeppa
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeppa')
-rwxr-xr-xscripts/makeppa2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa
index 92e327f2a..e95d55019 100755
--- a/scripts/makeppa
+++ b/scripts/makeppa
@@ -24,7 +24,7 @@ fi
# tarball
tarball=$workdir/xmake-$version.tar.gz
if [ ! -f $tarball ]; then
- wget https://github.com/tboox/xmake/archive/v$version.tar.gz -O $workdir/xmake-$version.tar.gz
+ wget https://github.com/xmake-io/xmake/archive/v$version.tar.gz -O $workdir/xmake-$version.tar.gz
fi
# extract tarball