From 292de46c5b9c3f42088d3de0d74a2aedf3755fee Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 30 Aug 2020 12:12:45 +0200 Subject: Document conventions around adding new maintainers Adding them to `maintainers/maintainer-list` in a separate commit. Co-Authored-By: Pavol Rusnak Co-Authored-By: Atemu Co-Authored-By: Kevin Cox --- doc/stdenv/meta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/stdenv/meta.xml b/doc/stdenv/meta.xml index 9cef9360002cd..67c7a23c32e09 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 ]. -- cgit 1.4.1