1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-13 03:03:33 +02:00

casks: Correct Aurulent's cask name

[why]
History of the cask name:

It started as font-aurulentsansmono-nerd-font.rb, named by us (Nerd Font)
ecdf756a62

Then it has been dash-i-fied font-aurulent-sans-mono-nerd-font.rb
e8c2732486

Then just one year ago the Nerd Font release CI got an overhaul and I
(personally) put in font-aurulent-nerd-font.rb, despite the fact that I
did look up all cask names and put them into a 'database' in our CI:

  c8cb5c7  casks: Hardcode cask names in fonts.json

[how]
Drop the wrong cask name (font-aurulent-nerd-font.rb) and use the more
correct and older one (casks: Hardcode cask names in fonts.json)

[note]
See also
https://github.com/Homebrew/homebrew-cask-fonts/pull/8704

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-11-22 08:14:56 +01:00
parent 04e9f571ab
commit 701233bf3b

View File

@ -62,7 +62,7 @@
"folderName": "AurulentSansMono",
"imagePreviewFont": "AurulentSansM Nerd Font",
"linkPreviewFont": "aurulent",
"caskName": "aurulent",
"caskName": "aurulent-sans-mono",
"repoRelease": true,
"description": "Sans serif, designed by Stephen G. Hartke which also created Verily Serif"
},