From 72136c32e6c0a0587e4ac0abe989f32182335a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Mon, 14 Jul 2025 14:37:41 +0200 Subject: [PATCH] Fix platform keyword --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 8030c14..199dfcc 100644 --- a/git_system.nix +++ b/git_system.nix @@ -104,7 +104,7 @@ in settings = { endpoint = "https://pts-paper.de/api/v1/"; persistRepoData = true; - platform = "forgejo"; + platform = "gitea"; autodiscover = true; onboardingConfig = { extends = [ "config:recommended" ];