diff --git a/recipes/libs/jansson/recipe.sh b/recipes/libs/jansson/recipe.sh
index 451d25445e46842a1aba5abe35e0b5ee0bf30c51..051ddc4bd1ed21b9516fd229a5caed44ba510dda 100644
--- a/recipes/libs/jansson/recipe.sh
+++ b/recipes/libs/jansson/recipe.sh
@@ -1,5 +1,5 @@
 VERSION=2.10
-TAR=https://www.digip.org/jansson/releases/jansson-$VERSION.tar.gz
+TAR=https://github.com/akheron/jansson/releases/download/v$VERSION/jansson-$VERSION.tar.gz
 
 function recipe_version {
     echo "$VERSION"