diff options
| author | Mike McQuaid | 2017-08-01 09:47:53 +0100 |
|---|---|---|
| committer | GitHub | 2017-08-01 09:47:53 +0100 |
| commit | 900a5dffe995cffa0e5c52f240cfc10f8fbbee21 (patch) | |
| tree | dea12567c63070db47d285602f3207620f7875e9 | |
| parent | 05e9086355607e9103030b1f0e3f186e674ce063 (diff) | |
| parent | 732e0aa689b9a7f9a63c0a99472a9512a14ac291 (diff) | |
| download | brew-900a5dffe995cffa0e5c52f240cfc10f8fbbee21.tar.bz2 | |
Merge pull request #2988 from rwhogg/defunct-repo-name
formula: Remove reference to Homebrew/Homebrew
| -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 |
