diff options
| author | Bob W. Hogg | 2017-07-31 19:24:33 -0700 | 
|---|---|---|
| committer | Bob W. Hogg | 2017-07-31 19:24:33 -0700 | 
| commit | 732e0aa689b9a7f9a63c0a99472a9512a14ac291 (patch) | |
| tree | dea12567c63070db47d285602f3207620f7875e9 /Library/Homebrew/formula.rb | |
| parent | 05e9086355607e9103030b1f0e3f186e674ce063 (diff) | |
| download | brew-732e0aa689b9a7f9a63c0a99472a9512a14ac291.tar.bz2 | |
formula: Remove reference to Homebrew/Homebrew
That repo is now defunct. Reference homebrew-core instead.
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c0b00cb64..5673a433f 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.      #      # <pre>bottle do      #   root_url "https://example.com" # Optional root to calculate bottle URLs | 
