1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-10-30 23:43:47 +02:00

font-patcher: Link to icon sources in patched fonts

[why]
Some icon sets require mentioning of the original author, and we do this
on the website. But there is no indication that we have that list.

[how]
Remove the comment about the changelog (usually you look at the
changelog at the repo before you install a new font) and substitute it
for a link to the icon repo list.

Related: #1908

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow
2025-08-03 13:33:44 +02:00
parent abc3c03a77
commit 6c7910e538

View File

@@ -730,7 +730,7 @@ class font_patcher:
"* Website: https://www.nerdfonts.com\n"
"* Version: " + version + "\n"
"* Development Website: https://github.com/ryanoasis/nerd-fonts\n"
"* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md"
"* Added icons' authors and copyright: https://github.com/ryanoasis/nerd-fonts/blob/-/src/glyphs/README.md"
)
familyname = replace_font_name(familyname, reservedFontNameReplacements)