From 5e56b4565880cbf5ceab403abf8a7e1272d2102f Mon Sep 17 00:00:00 2001 From: Felipe Correa da Silva Sanches Date: Mon, 27 Apr 2026 15:48:59 +0100 Subject: [PATCH] Coustard: fix copyright URL typo (bangers -> coustardFont) 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofl/coustard/METADATA.pb b/ofl/coustard/METADATA.pb index 0f45fb38f..7f080cf8c 100644 --- a/ofl/coustard/METADATA.pb +++ b/ofl/coustard/METADATA.pb @@ -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" -- 2.47.3