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 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 nixpkgs/maintainers/maintainer-list.nix and write something like [ stdenv.lib.maintainers.alice stdenv.lib.maintainers.bob ]. + xlink:href="https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix">nixpkgs/maintainers/maintainer-list.nix. 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 maintainers = with lib.maintainers; [ alice bob ].