diff options
| author | Baptiste Fontaine | 2017-04-19 22:27:49 +0200 | 
|---|---|---|
| committer | Baptiste Fontaine | 2017-04-19 22:27:49 +0200 | 
| commit | ca4ccce6eae296c82090393cd308507f174e8ac2 (patch) | |
| tree | 2c8a7d36fbacea0d10cbed28172310aa745015c5 /docs/Acceptable-Formulae.md | |
| parent | b6b98f486e8647bb25427a3e080c3dd8d266a9e2 (diff) | |
| download | brew-ca4ccce6eae296c82090393cd308507f174e8ac2.tar.bz2 | |
Acceptable-Formulae: reword 'niche stuff'
Diffstat (limited to 'docs/Acceptable-Formulae.md')
| -rw-r--r-- | docs/Acceptable-Formulae.md | 13 | 
1 files changed, 7 insertions, 6 deletions
| diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index d600a31a0..d59129ecc 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -80,12 +80,12 @@ useful to people. Just install the stuff! Having to faff around with  foo-ruby, foo-perl etc. sucks.  ### Niche (or self-submitted) stuff -The software in question must be: +The software in question must: -* maintained (e.g. upstream is still making new releases) -* known -* stable (e.g. not declared "unstable" or "beta" by upstream) -* used +* be maintained (e.g. upstream is still making new releases) +* be known +* be stable (e.g. not declared "unstable" or "beta" by upstream) +* be used  * have a homepage  We will reject formulae that seem too obscure, partly because they won’t @@ -93,7 +93,8 @@ get maintained and partly because we have to draw the line somewhere.  We frown on authors submitting their own work unless it is very popular. -Don’t forget Homebrew is all Git underneath! Maintain your own tap if you have to! +Don’t forget Homebrew is all Git underneath! +[Maintain your own tap](How-to-Create-and-Maintain-a-Tap.md) if you have to!  There may be exceptions to these rules in the main repository; we may  include things that don't meet these criteria or reject things that do. | 
