From 75660feab449bf438c1b259eecc9403e5ac0a66b Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 24 Nov 2022 03:14:58 +0100 Subject: [PATCH] Switch to our untitled mirror This makes sure that we host all the source code to reproduce that website and that we build it with that. Signed-off-by: Denis 'GNUtoo' Carikli --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 985380a..81eb1d7 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ set -e if [ ! -d untitled ] ; then - git clone https://notabug.org/untitled/untitled + git clone https://git.sr.ht/~gnutoo/untitled else git -C untitled clean -dfx git -C untitled pull --rebase