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 3ced2b7 commit 7d09af1Copy full SHA for 7d09af1
src/Models/CommitLink.cs
@@ -41,7 +41,7 @@ public static List<CommitLink> Get(List<Remote> remotes)
41
outs.Add(new($"Codeberg ({route})", $"{link}/commit/"));
42
else if (host.Equals("gitea.org", StringComparison.Ordinal))
43
outs.Add(new($"Gitea ({route})", $"{link}/commit/"));
44
- else if (host.Equals("github.com", StringComparison.Ordinal))
+ else if (host.Equals("git.sr.ht", StringComparison.Ordinal))
45
outs.Add(new($"sourcehut ({route})", $"{link}/commit/"));
46
}
47
0 commit comments