Skip to content

Commit

Permalink
formula: this was nilable before so remove it.
Browse files Browse the repository at this point in the history
Other maintainers consider this preferable to setting to `odeprecated`.
  • Loading branch information
MikeMcQuaid committed May 13, 2024
1 parent 4167900 commit cff0531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,6 @@ def to_hash
"name" => name,
"full_name" => full_name,
"tap" => tap&.name,
"oldname" => ("odeprecated" if oldnames.first),
"oldnames" => oldnames,
"aliases" => aliases.sort,
"versioned_formulae" => versioned_formulae.map(&:name),
Expand Down

0 comments on commit cff0531

Please sign in to comment.