chore: update github repo URL

This commit is contained in:
spiral
2022-06-05 12:57:10 -04:00
parent 89a770d59b
commit a18fd9bd0d
14 changed files with 24 additions and 24 deletions

View File

@@ -78,7 +78,7 @@ public class ProxyTagParser
// We got a match, extract inner text
inner = input.Substring(prefix.Length, input.Length - prefix.Length - suffix.Length);
// (see https://github.com/xSke/PluralKit/pull/181)
// (see https://github.com/PluralKit/PluralKit/pull/181)
return inner.Trim() != "\U0000fe0f";
}