forked from NixOS/nixpkgs
treewide: maintainers-list.nix -> maintainer-list.nix (#409585)
This commit is contained in:
parent
98ed07ac28
commit
6b6e23bfda
2 changed files with 2 additions and 2 deletions
|
@ -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 ../.. { },
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue