Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abe563e

Browse files
authoredNov 11, 2020
Make maintainer documentation more direct
Additionally fixes the "list of names and emails" to be a list of maintainer expressions. A follow-up from the discussion in #96666
1 parent be4d08b commit abe563e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎doc/stdenv/meta.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ hello-2.3 A program that produces a familiar, friendly greeting
189189
</term>
190190
<listitem>
191191
<para>
192-
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
193-
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>.
192+
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 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>.
194193
</para>
195194
</listitem>
196195
</varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.