Update Acceptable-Formulae.md

Co-authored-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Sean Molenaar 2023-08-15 18:16:10 +02:00 committed by GitHub
parent d523cdc0ec
commit 2db75db7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ We're a package manager so we want to do things like resolve dependencies and se
### Static libraries
In general, packages should not ship static libraries since these cannot be updated without a rebuild of the dependant software.
If a package gets a lot of request to provide static libraries they may be provided by the package.
If a package gets a lot of requests to provide static libraries, they may be provided by the package.
Applications in homebrew/core linking against libraries should link against shared libraries not static versions.
### Stuff that requires vendored versions of Homebrew formulae