From fe46caf25d22a6811903d00d9352a965e3bdfe67 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 31 Mar 2026 21:35:27 +0200 Subject: [PATCH] [int] --- roles/heimdall-program/defaults/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/heimdall-program/defaults/main.json b/roles/heimdall-program/defaults/main.json index 8949fa1..57589aa 100644 --- a/roles/heimdall-program/defaults/main.json +++ b/roles/heimdall-program/defaults/main.json @@ -2,7 +2,7 @@ "cfg_heimdall_program_defaults": { "user": "heimdall", "directory": "/opt/heimdall", - "git_repository_url": "pv-svartalfheim-git:heimdall/core", + "git_repository_url": "https://forgejo.ramsch.sx/heimdall/core", "git_reference": "main" } }