Fix platform keyword
This commit is contained in:
parent
c971e3156c
commit
72136c32e6
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue