From 6b6e23bfda6f297b9c3ba662706f35b8acbddb78 Mon Sep 17 00:00:00 2001 From: Simon Hollingshead Date: Thu, 22 May 2025 11:12:16 +0100 Subject: [PATCH] treewide: maintainers-list.nix -> maintainer-list.nix (#409585) --- lib/tests/maintainers.nix | 2 +- maintainers/scripts/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tests/maintainers.nix b/lib/tests/maintainers.nix index d04bb07ea2c8..1d3fd5630c26 100644 --- a/lib/tests/maintainers.nix +++ b/lib/tests/maintainers.nix @@ -1,6 +1,6 @@ # to run these tests (and the others) # nix-build nixpkgs/lib/tests/release.nix -# These tests should stay in sync with the comment in maintainers/maintainers-list.nix +# These tests should stay in sync with the comment in maintainers/maintainer-list.nix { # The pkgs used for dependencies for the testing itself pkgs ? import ../.. { }, diff --git a/maintainers/scripts/README.md b/maintainers/scripts/README.md index d2ab587fb397..02d90afe441b 100644 --- a/maintainers/scripts/README.md +++ b/maintainers/scripts/README.md @@ -16,7 +16,7 @@ a given nixpkgs maintainer, equivalent to `lib.maintainers.${x} // { handle = x; This allows looking up a maintainer's attrset (including GitHub and Matrix handles, email address etc.) based on any of their handles, more correctly and -robustly than text search through `maintainers-list.nix`. +robustly than text search through `maintainer-list.nix`. ``` ❯ ./get-maintainer.sh nicoo