From cff053188869d591fa03824da7217a46872b88ae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 13 May 2024 07:42:20 +0100 Subject: [PATCH] formula: this was nilable before so remove it. Other maintainers consider this preferable to setting to `odeprecated`. --- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0ad0b86f643f4..f5dc392fd1544 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -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),