We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4350aff commit 45e4c3fCopy full SHA for 45e4c3f
src/LiveMap.Server/Utilities/UpdateChecker.cs
@@ -12,7 +12,7 @@ public sealed class UpdateChecker
12
{
13
private const string RepositoryName = "simple-livemap";
14
15
- private const string RepositoryOwner = "all-in-simplicity";
+ private const string RepositoryOwner = "charming-byte";
16
17
private static readonly GitHubClient Client = new(new ProductHeaderValue("simple-livemap"));
18
0 commit comments