summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2020-11-11 19:55:27 -0500
committerGitHub <noreply@github.com>2020-11-11 19:55:27 -0500
commitd3a30145c34cb86ecb9f55066414a4401bbacdee (patch)
treea274ca21ab9ef56ab1c987df65322f38cd5b1f90 /doc/stdenv
parenta94cc8dc921112051cd477e4ded922acfd254fbe (diff)
downloadnixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar.gz
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar.bz2
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar.lz
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar.xz
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.tar.zst
nixpkgs-d3a30145c34cb86ecb9f55066414a4401bbacdee.zip
Make maintainer documentation more direct (#103455)
Additionally fixes the "list of names and emails" to be a list of maintainer expressions.

A follow-up from the discussion in https://github.com/NixOS/nixpkgs/pull/96666
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/meta.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/stdenv/meta.xml b/doc/stdenv/meta.xml
index 67c7a23c32e..c9d1b136219 100644
--- a/doc/stdenv/meta.xml
+++ b/doc/stdenv/meta.xml
@@ -189,8 +189,7 @@ hello-2.3  A program that produces a familiar, friendly greeting
     </term>
     <listitem>
      <para>
-      A list of names and e-mail addresses of the maintainers of this Nix expression. If you would like to be a maintainer of a package, you may want to add yourself to <link
-    xlink:href="https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix"><filename>nixpkgs/maintainers/maintainer-list.nix</filename></link>. There is no restriction to becoming a maintainer, just add each new maintainer to that list in a separate commit titled 'maintainers: add alice', and reference maintainers with <literal>maintainers = with lib.maintainers; [ alice bob ]</literal>.
+      A list of the maintainers of this Nix expression. Maintainers are defined in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix"><filename>nixpkgs/maintainers/maintainer-list.nix</filename></link>. 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 <literal>maintainers = with lib.maintainers; [ alice bob ]</literal>.
      </para>
     </listitem>
    </varlistentry>