Update docs/Deprecating-Disabling-and-Removing-Formulae.md

Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
Mike McQuaid 2024-02-14 19:17:24 +00:00 committed by GitHub
parent ad25b5a776
commit 7220d943c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ Formulae should only be deprecated if at least one of the following are true:
- the formula does not build on any of our supported macOS versions and on Linux - the formula does not build on any of our supported macOS versions and on Linux
- the formula has outstanding CVEs - the formula has outstanding CVEs
- the formula has [zero installs in the last 90 days](https://formulae.brew.sh/analytics/install/90d/) - the formula has [zero installs in the last 90 days](https://formulae.brew.sh/analytics/install/90d/)
- the software installed by the formula has been discontinued or abandoned upstream
Formulae with dependents should not be deprecated until or when all dependents are also deprecated. Formulae with dependents should not be deprecated until or when all dependents are also deprecated.