fix: update GitHub repository owner and name in configuration

This commit is contained in:
Ryan Fong 2026-02-25 23:41:31 -08:00
parent 47b1f35141
commit d88150b092
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ const config: ForgeConfig = {
publishers: [
new PublisherGithub({
repository: {
owner: "stoatchat",
name: "for-desktop",
owner: "Qinbeans",
name: "stoat",
},
}),
],