From e7a61bb13a228c1d2b15274607d67a816195b06b Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Tue, 8 Sep 2020 23:44:58 +1000 Subject: [PATCH] docs: don't migrate formulae out of core/cask --- docs/Migrating-A-Formula-To-A-Tap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Migrating-A-Formula-To-A-Tap.md b/docs/Migrating-A-Formula-To-A-Tap.md index 7e1431adbb..cc50990777 100644 --- a/docs/Migrating-A-Formula-To-A-Tap.md +++ b/docs/Migrating-A-Formula-To-A-Tap.md @@ -7,3 +7,5 @@ There are times when we may wish to migrate a formula from one tap into another 3. Put a link for each pull request in the other pull request so the maintainers can merge them both at once. Congratulations, you've moved a formula to a tap! + +For Homebrew maintainers, formulae should only ever be migrated into and within the Homebrew organisation (e.g. from Homebrew/core to Homebrew/cask, or from a third-party tap to Homebrew/core), and never out of it.