From 082118bea0e04bb2ff331d414395cd7eae26e4b4 Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:37:59 +0100 Subject: [PATCH] Update the default config for the new draupnir news location. (#1064) We had to move it but it has virtually no effect downstream as we distribute the news on the filesystem too. If something critical happens we can just put a shim on the repo in the old spot. Closes https://github.com/the-draupnir-project/planning/issues/111 --- apps/draupnir/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/draupnir/src/config.ts b/apps/draupnir/src/config.ts index b192929..77a7391 100644 --- a/apps/draupnir/src/config.ts +++ b/apps/draupnir/src/config.ts @@ -270,7 +270,7 @@ const defaultConfig: IConfig = { }, experimentalRustCrypto: false, draupnirNewsURL: - "https://raw.githubusercontent.com/the-draupnir-project/Draupnir/refs/heads/main/src/protections/DraupnirNews/news.json", + "https://raw.githubusercontent.com/the-draupnir-project/Draupnir/refs/heads/main/apps/draupnir/src/protections/DraupnirNews/news.json", configMeta: undefined, };