From b5fb015d2604aa3bcb8fc3f4f00dc5b0b72c659c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 3 Aug 2022 17:52:54 +0100 Subject: [PATCH] official_taps: Add `cask-fonts`, `cask-drivers` taps - These weren't in `OFFICIAL_CASK_TAPS` but they probably should be given they're active repos in the Homebrew org. --- Library/Homebrew/official_taps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb index 53fb779b2c..75c0f232db 100644 --- a/Library/Homebrew/official_taps.rb +++ b/Library/Homebrew/official_taps.rb @@ -3,6 +3,8 @@ OFFICIAL_CASK_TAPS = %w[ cask + cask-drivers + cask-fonts cask-versions ].freeze