summary refs log tree commit diff
path: root/doc/stdenv/meta.chapter.md
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-07 17:00:32 -0500
committerfigsoda <figsoda@pm.me>2023-01-07 17:00:32 -0500
commit3d1afabefcecb7fbc89ea0378c9b19f6c544b803 (patch)
treea64fcb8f41464c0708d713d32705907cde1807d2 /doc/stdenv/meta.chapter.md
parent3c3d6bedf040a42096959502b9a608568e105149 (diff)
downloadnixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar.gz
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar.bz2
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar.lz
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar.xz
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.tar.zst
nixpkgs-3d1afabefcecb7fbc89ea0378c9b19f6c544b803.zip
docs: prefer `maintainers: add` commits to be in the same pull request
Diffstat (limited to 'doc/stdenv/meta.chapter.md')
-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}