diff --git a/Library/Homebrew/cask/denylist.rb b/Library/Homebrew/cask/denylist.rb index c6fd811c7d..6b3a0ca589 100644 --- a/Library/Homebrew/cask/denylist.rb +++ b/Library/Homebrew/cask/denylist.rb @@ -13,8 +13,6 @@ module Cask case name when /^adobe-(after|illustrator|indesign|photoshop|premiere)/ "Adobe casks were removed because they are too difficult to maintain." - when /^audacity$/ - "Audacity was removed because it is too difficult to download programmatically." when /^pharo$/ "Pharo developers maintain their own tap." end