From 09132be32a163d83895081b0ddd02a314b4b54b6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 27 Dec 2020 13:49:25 -0500 Subject: [PATCH] docs: use list for common disable reasons Co-Authored-By: Adrian Ho --- docs/Deprecating-Disabling-and-Removing-Formulae.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Deprecating-Disabling-and-Removing-Formulae.md b/docs/Deprecating-Disabling-and-Removing-Formulae.md index 74824b48fa..20057f8a7e 100644 --- a/docs/Deprecating-Disabling-and-Removing-Formulae.md +++ b/docs/Deprecating-Disabling-and-Removing-Formulae.md @@ -34,7 +34,12 @@ If a user attempts to install a disabled formula, they will be shown an error me A formula should be disabled to indicate to users that the formula cannot be used and will be removed in the future. Disabled formulae may no longer build from source or have working bottles. -The most common reasons for disabling are when the formula cannot be built from source (meaning no bottles can be built), the formula has been deprecated for a long time, the upstream repository has been removed, or the project has no license. +The most common reasons for disabling a formula are: + +- it cannot be built from source (meaning no bottles can be built) +- it has been deprecated for a long time +- the upstream repository has been removed +- the project has no license **Note: disabled formulae in homebrew/core will be automatically removed one year after their disable date**