formula: this was nilable before so remove it.

Other maintainers consider this preferable to setting to `odeprecated`.
This commit is contained in:
Mike McQuaid 2024-05-13 07:42:20 +01:00
parent 4167900f2b
commit cff0531888
No known key found for this signature in database

View File

@ -2383,7 +2383,6 @@ class Formula
"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),