Skip to content

Commit

Permalink
Merge pull request #17285 from Homebrew/remove_oldname
Browse files Browse the repository at this point in the history
formula: this was nilable before so remove it.
  • Loading branch information
MikeMcQuaid authored May 13, 2024
2 parents b6d7230 + cff0531 commit d7e81be
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 d7e81be

Please sign in to comment.