···1212)
1313{
1414 [J("version")] public string Version => $"4.2.1 (compatible; Iceshrimp.NET/{config.Instance.Version})";
1515- [J("source_url")] public string SourceUrl => "https://iceshrimp.dev/iceshrimp/iceshrimp.net";
1515+ [J("source_url")] public string SourceUrl => Constants.RepositoryUrl;
1616 [J("domain")] public string AccountDomain => config.Instance.AccountDomain;
1717 [J("title")] public string InstanceName => instanceName ?? config.Instance.AccountDomain;
1818
+9
Iceshrimp.Backend/Core/Configuration/Constants.cs
···2233public static class Constants
44{
55+ // To ensure compliance with the license of this project, adjust the link below if you are distributing a modified copy
66+ public const string RepositoryUrl = "https://iceshrimp.dev/iceshrimp/Iceshrimp.NET";
77+88+ // Leave this as-is if you're running upstream code, or your fork does not have any meaningful behavioral changes, otherwise please link to your own issue tracker here
99+ public const string IssueTrackerUrl = "https://issues.iceshrimp.dev";
1010+1111+ // Leave this as-is, unless you've forked the project & want to reference your own website / repository (irrelevant for license compliance)
1212+ public const string ProjectHomepageUrl = "https://iceshrimp.dev/iceshrimp/Iceshrimp.NET";
1313+514 public const string ActivityStreamsNs = "https://www.w3.org/ns/activitystreams";
615 public const string W3IdSecurityNs = "https://w3id.org/security";
716 public const string PurlDcNs = "http://purl.org/dc/terms";