From 732e0aa689b9a7f9a63c0a99472a9512a14ac291 Mon Sep 17 00:00:00 2001 From: "Bob W. Hogg" Date: Mon, 31 Jul 2017 19:24:33 -0700 Subject: [PATCH] formula: Remove reference to Homebrew/Homebrew That repo is now defunct. Reference homebrew-core instead. Signed-off-by: Bob W. Hogg --- Library/Homebrew/formula.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c0b00cb646..5673a433fc 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2072,8 +2072,8 @@ class Formula # # If you maintain your own repository, you can add your own bottle links. # https://docs.brew.sh/Bottles.html - # You can ignore this block entirely if submitting to Homebrew/Homebrew, It'll be - # handled for you by the Brew Test Bot. + # You can ignore this block entirely if submitting to Homebrew/homebrew-core. + # It'll be handled for you by the Brew Test Bot. # #
bottle do
     #   root_url "https://example.com" # Optional root to calculate bottle URLs