From 927204dcc524342224b49076059640e3462db5fb Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Fri, 4 Oct 2024 14:49:16 +0200 Subject: [PATCH] domain umzug --- userkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userkeys.sh b/userkeys.sh index 0a5b7ce..d22b823 100644 --- a/userkeys.sh +++ b/userkeys.sh @@ -3,5 +3,5 @@ curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/main/$1/keys if [ $? == 0 ]; then exit 0 else - curl -sf https://git.datenwarehouse.synology.me/StefanMewes/keyserver/raw/branch/main/$1/keys + curl -sf https://git.nauheimtech.de/StefanMewes/keyserver/raw/branch/main/$1/keys fi