Skip to content

Commit

Permalink
casks: Correct Aurulent's cask name
Browse files Browse the repository at this point in the history
[why]
History of the cask name:

It started as font-aurulentsansmono-nerd-font.rb, named by us (Nerd Font)
Homebrew/homebrew-cask-fonts@ecdf756

Then it has been dash-i-fied font-aurulent-sans-mono-nerd-font.rb
Homebrew/homebrew-cask-fonts@e8c2732

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
Homebrew/homebrew-cask-fonts#8704

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Nov 22, 2023
1 parent 04e9f57 commit 701233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 701233b

Please sign in to comment.