From 1e109054a71e79a09943ff21cc3d7adec0516377 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Mon, 11 Nov 2024 19:02:15 +0100 Subject: [PATCH] fix: change SITEURL to hyphanet.org --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 679f5a4..a5237f6 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ export SITEURL?=$(OUTPUTDIR) else ifndef TRAVIS_TAG -export SITEURL=https://staging.freenetproject.org +export SITEURL=https://hyphanet.org else -export SITEURL=https://freenetproject.org +export SITEURL=https://hyphanet.org endif endif