summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-09 18:01:24 +0000
committerGitHub <noreply@github.com>2023-01-09 18:01:24 +0000
commit33aa224777a5077ff1dfa4c8f4653d8aab268d76 (patch)
tree79792fd56b90e7ce3f33e57683d3ded22037ddd6 /doc
parentc3115ee253aace4ffeb8d207f3c009cc92a88bd0 (diff)
parent2add5f003afd049a7c60ea33bab63d1c9d5103cf (diff)
downloadnixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar.gz
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar.bz2
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar.lz
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar.xz
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.tar.zst
nixpkgs-33aa224777a5077ff1dfa4c8f4653d8aab268d76.zip
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/meta.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md
index 46114dacb45..1fca829aa59 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -66,7 +66,7 @@ For details, see [Licenses](#sec-meta-license).
 
 ### `maintainers` {#var-meta-maintainers}
 
-A list of the maintainers of this Nix expression. Maintainers are defined in [`nixpkgs/maintainers/maintainer-list.nix`](https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix). There is no restriction to becoming a maintainer, just add yourself to that list in a separate commit titled “maintainers: add alice”, and reference maintainers with `maintainers = with lib.maintainers; [ alice bob ]`.
+A list of the maintainers of this Nix expression. Maintainers are defined in [`nixpkgs/maintainers/maintainer-list.nix`](https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix). There is no restriction to becoming a maintainer, just add yourself to that list in a separate commit titled “maintainers: add alice” in the same pull request, and reference maintainers with `maintainers = with lib.maintainers; [ alice bob ]`.
 
 ### `mainProgram` {#var-meta-mainProgram}