diff --git a/community/tasksh/APKBUILD b/community/tasksh/APKBUILD
index 712f6a196236ebccae2f83134940f08001630847..eaa894714032c70e3d4077b54764817379496395 100644
--- a/community/tasksh/APKBUILD
+++ b/community/tasksh/APKBUILD
@@ -10,7 +10,7 @@ license="MIT"
 depends="task"
 makedepends="cmake samurai"
 subpackages="$pkgname-doc"
-source="http://taskwarrior.org/download/tasksh-$pkgver.tar.gz"
+source="https://github.com/GothenburgBitFactory/taskshell/releases/download/v$pkgver/tasksh-$pkgver.tar.gz"
 
 build() {
 	cmake -B build -G Ninja \