Update links from graphite.rs to graphite.art

This commit is contained in:
Keavon Chambers
2025-12-06 02:08:32 -08:00
parent a5cf62a90b
commit fb0fab0622
100 changed files with 575 additions and 576 deletions

View File

@@ -197,7 +197,7 @@ function formatThirdPartyLicenses(jsLicenses: Dependency[]): string {
!(packageInfo.repository && packageInfo.repository.toLowerCase().includes("github.com/GraphiteEditor/Graphite".toLowerCase())) &&
!(
packageInfo.author &&
packageInfo.author.toLowerCase().includes("contact@graphite.rs") &&
packageInfo.author.toLowerCase().includes("contact@graphite.art") &&
// Exclude a comma which indicates multiple authors, which we need to not filter out
!packageInfo.author.toLowerCase().includes(",")
),