]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Coustard: fix copyright URL typo (bangers -> coustardFont)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Mon, 27 Apr 2026 14:48:59 +0000 (15:48 +0100)
committerFelipe Correa da Silva Sanches <juca@members.fsf.org>
Mon, 27 Apr 2026 15:51:32 +0000 (16:51 +0100)
The copyright string for both the Regular and Black weights of the
Coustard family referenced https://github.com/googlefonts/bangers
in METADATA.pb, which is the URL of an unrelated font (Bangers).

The correct repository for Coustard is googlefonts/coustardFont,
which is the canonical fork modernized by Emma Marichal in
2026-03 (PR merged at upstream commit 84d4ef2fb) and matches the
repository_url already recorded in the source { } block.

The typo was introduced by Emma Marichal's gftools-packager run
in commit a0db74464 ("Coustard: Version 1.100; ttfautohint ... added",
2026-03-20), which onboarded the v1.100 update from the modernized
upstream. The packager populated the new copyright string by
template, but used the wrong repo URL.

Both fonts { } entries are updated:
- copyright: "Copyright 2011 The Coustard Project Authors
  (https://github.com/googlefonts/bangers)"
- ->
- copyright: "Copyright 2011 The Coustard Project Authors
  (https://github.com/googlefonts/coustardFont)"

Assisted by an AI agent (Claude Opus 4.7 (1M context))

ofl/coustard/METADATA.pb

index 0f45fb38fe4b804abdffb52e3d0e550d7217dabb..7f080cf8c63e96ba9470a492bbea7ff1fc45d2f6 100644 (file)
@@ -10,7 +10,7 @@ fonts {
   filename: "Coustard-Regular.ttf"
   post_script_name: "Coustard-Regular"
   full_name: "Coustard Regular"
-  copyright: "Copyright 2011 The Coustard Project Authors (https://github.com/googlefonts/bangers)"
+  copyright: "Copyright 2011 The Coustard Project Authors (https://github.com/googlefonts/coustardFont)"
 }
 fonts {
   name: "Coustard"
@@ -19,7 +19,7 @@ fonts {
   filename: "Coustard-Black.ttf"
   post_script_name: "Coustard-Black"
   full_name: "Coustard Black"
-  copyright: "Copyright 2011 The Coustard Project Authors (https://github.com/googlefonts/bangers)"
+  copyright: "Copyright 2011 The Coustard Project Authors (https://github.com/googlefonts/coustardFont)"
 }
 subsets: "latin"
 subsets: "latin-ext"