about summary refs log tree commit diff
path: root/maintainers/README.md
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-08 02:57:38 +0100
committerGitHub <noreply@github.com>2023-12-08 02:57:38 +0100
commit1d7f14656a699e61e549f16e8e3e406241a31c87 (patch)
tree99f2c78fcc8505e8a7c94db3e7c8f6ca706ef801 /maintainers/README.md
parent09dc04054ba2ff1f861357d0e7e76d021b273cd7 (diff)
maintainers-list.nix: Document (current) invitation process, add get-maintainer.sh (#267084)
* maintainer-list: Document automatic invites to @NixOS/nixpkgs-maintainers

* maintainers/scripts: Add `get-maintainer.sh`

Supports querying `maintainers-list.nix` by Nix attribute,
email address, github name or id, matrix account, or name.

* maintainers/scripts/get-maintainer.sh: More verbose help message

* maintainers/scripts/get-maintainer.sh: Fix (some) `shellcheck` lints

* maintainers/scripts: Add README

* maintainers/scripts/get-maintainer.sh: Put inline documentation at the top of the file

* maintainers/scripts: Document this is not a stable interfact to nixpkgs

Co-authored-by: Silvan Mosberger <github@infinisil.com>

* scripts/README: Add example for `get-maintainer.sh`

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
Diffstat (limited to 'maintainers/README.md')
-rw-r--r--maintainers/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/README.md b/maintainers/README.md
index 5bb9c58db024b..f121ec7564135 100644
--- a/maintainers/README.md
+++ b/maintainers/README.md
@@ -165,3 +165,10 @@ team after giving the existing members a few days to respond.
 
 *Important:* If a team says it is a closed group, do not merge additions
 to the team without an approval by at least one existing member.
+
+
+# Maintainer scripts
+
+Various utility scripts, which are mainly useful for nixpkgs maintainers,
+are available under `./scripts/`.  See its [README](./scripts/README.md)
+for further information.