feat(integrations): link Honorific repo and Caraxi attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace HellionChat.Integrations;
|
||||
|
||||
// External URLs for the third-party plugins HellionChat integrates with.
|
||||
// Kept separate from BrandingLinks (which is for Hellion-owned URLs) so
|
||||
// future cycles can extend this file with maintainer attribution links
|
||||
// for Moodles, NotificationMaster, ExtraChat, etc. without polluting the
|
||||
// brand-links class.
|
||||
internal static class IntegrationLinks
|
||||
{
|
||||
public const string Honorific_Repo = "https://github.com/Caraxi/Honorific";
|
||||
public const string Honorific_Author = "https://github.com/Caraxi";
|
||||
}
|
||||
Reference in New Issue
Block a user