From 65063ce78b66098131dd5218189d95d990f38562 Mon Sep 17 00:00:00 2001 From: Sav Tripodi <42227195+savtrip@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:26:05 +1030 Subject: [PATCH] maintainers/README.md: change name to handle As per the CONTRIBUTING.md docs the standard is to use the handle not the name, per refer to: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions Updated to ensure the documentation aligns. --- maintainers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/README.md b/maintainers/README.md index 1bcaaea1a5c3..3264e57d9f2b 100644 --- a/maintainers/README.md +++ b/maintainers/README.md @@ -32,7 +32,7 @@ Commit access to the Nixpkgs repository is not required for that. In order to do so, add yourself to the [`maintainer-list.nix`](./maintainer-list.nix), and then to the desired package's `meta.maintainers` list, and send a PR with the changes. If you're adding yourself as a maintainer as part of another PR (in which you become a maintainer of a package, for example), make your change to -`maintainer-list.nix` in a separate commit titled `maintainers: add `. +`maintainer-list.nix` in a separate commit titled `maintainers: add `. ### Losing maintainer status