diff --git a/src/freedombone-app-ipfs b/src/freedombone-app-ipfs
index cc791d46b7f0c401a3d555d135298d26490b0b96..c660ae4617960078771849f93dff0c7a8afcbc5e 100755
--- a/src/freedombone-app-ipfs
+++ b/src/freedombone-app-ipfs
@@ -34,7 +34,7 @@ IN_DEFAULT_INSTALL=0
 SHOW_ON_ABOUT=0
 
 IPFS_GO_REPO_BASE="github.com/ipfs/go-ipfs"
-IPFS_GO_REPO='https://github.com/ipfs/go-ipfs'
+IPFS_GO_REPO="https://$IPFS_GO_REPO_BASE"
 IPFS_COMMIT='6fdfaaf6e4783ae1be7b348e7a6bc0640982c7df'
 IPFS_PORT=4001
 IPFS_NODE_VERSION='6.2.2'