maintainers: fix typos in md files
This commit is contained in:
@@ -8,7 +8,7 @@ This more fluid approach is one reason why we scale to so many packages.
|
||||
The main responsibility of a maintainer is to keep the packages they maintain in a functioning state, and keep up with updates.
|
||||
In order to do that, they are empowered to make decisions over the packages they maintain.
|
||||
|
||||
That being said, the maintainer is not alone proposing changes to the packages.
|
||||
That being said, the maintainer is not alone in proposing changes to the packages.
|
||||
Anybody (both bots and humans) can send PRs to bump or tweak the package.
|
||||
|
||||
We also allow other non-maintainer committers to merge changes to the package, provided enough time and priority has been given to the maintainer.
|
||||
@@ -143,7 +143,7 @@ When adding users to [`maintainer-list.nix`](./maintainer-list.nix), the followi
|
||||
### Maintainer teams
|
||||
|
||||
Feel free to create a new maintainer team in [`team-list.nix`](./team-list.nix) when a group is collectively responsible for a collection of packages.
|
||||
Use taste and personal judgement when deciding if a team is warranted.
|
||||
Use taste and personal judgment when deciding if a team is warranted.
|
||||
|
||||
Teams are allowed to define their own rules about membership.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer scripts
|
||||
|
||||
This folder contains various executable scripts for nixpkgs maintainers, and supporting data or nixlang files as needed.
|
||||
These scripts generally aren't a stable interface and may changed or be removed.
|
||||
These scripts generally aren't a stable interface and may be changed or be removed.
|
||||
|
||||
What follows is a (very incomplete) overview of available scripts.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Bootstrap files
|
||||
|
||||
Currently `nixpkgs` builds most of it's packages using bootstrap seed binaries (without the reliance on external inputs):
|
||||
Currently `nixpkgs` builds most of its packages using bootstrap seed binaries (without the reliance on external inputs):
|
||||
|
||||
- `bootstrap-tools`: an archive with the compiler toolchain and other helper tools enough to build the rest of the `nixpkgs`.
|
||||
- initial binaries needed to unpack `bootstrap-tools.*`.
|
||||
|
||||
Reference in New Issue
Block a user