From 0849a4f6cd1b47ab4db9883d0021462ab6ee4016 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Mon, 1 Sep 2025 17:14:11 -0700 Subject: [PATCH] maintainers: fix typos in md files --- maintainers/README.md | 4 ++-- maintainers/scripts/README.md | 2 +- maintainers/scripts/bootstrap-files/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/maintainers/README.md b/maintainers/README.md index 1019c4084224..74ea6feba195 100644 --- a/maintainers/README.md +++ b/maintainers/README.md @@ -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. diff --git a/maintainers/scripts/README.md b/maintainers/scripts/README.md index 81b2873788a4..6ae6cb851bc4 100644 --- a/maintainers/scripts/README.md +++ b/maintainers/scripts/README.md @@ -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. diff --git a/maintainers/scripts/bootstrap-files/README.md b/maintainers/scripts/bootstrap-files/README.md index af8181c2c3ac..9abc4402a414 100644 --- a/maintainers/scripts/bootstrap-files/README.md +++ b/maintainers/scripts/bootstrap-files/README.md @@ -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.*`.