summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2020-11-11 09:01:31 -0500
committerGitHub <noreply@github.com>2020-11-11 09:01:31 -0500
commitbe4d08b5b4e009716ffbd6cd18934fb7ec07c80f (patch)
tree0c49244f50595074304d06e4308c4478eeda37f1 /doc/stdenv
parente39bc29e1ec8e5ec450037b4884edd469e164b9c (diff)
parent292de46c5b9c3f42088d3de0d74a2aedf3755fee (diff)
downloadnixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar.gz
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar.bz2
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar.lz
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar.xz
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.tar.zst
nixpkgs-be4d08b5b4e009716ffbd6cd18934fb7ec07c80f.zip
Merge pull request #96666 from raboof/nixpkgs-document-new-maintainer-convention
Document conventions around adding new maintainers
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/meta.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/meta.xml b/doc/stdenv/meta.xml
index 9cef9360002..67c7a23c32e 100644
--- a/doc/stdenv/meta.xml
+++ b/doc/stdenv/meta.xml
@@ -190,7 +190,7 @@ hello-2.3  A program that produces a familiar, friendly greeting
     <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> and write something like <literal>[ stdenv.lib.maintainers.alice stdenv.lib.maintainers.bob ]</literal>.
+    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>.
      </para>
     </listitem>
    </varlistentry>