···40[`maintainer-list.nix`](./maintainer-list.nix), and then to the desired
41package's `meta.maintainers` list, and send a PR with the changes.
42000043### How to lose maintainer status
4445Maintainers who have become inactive on a given package can be removed. This
···40[`maintainer-list.nix`](./maintainer-list.nix), and then to the desired
41package's `meta.maintainers` list, and send a PR with the changes.
4243+If you're adding yourself as a maintainer as part of another PR (in which
44+you become a maintainer of a package, for example), make your change to
45+`maintainer-list.nix` in a separate commit.
46+47### How to lose maintainer status
4849Maintainers who have become inactive on a given package can be removed. This
+2
pkgs/README.md
···113114 - Add yourself as the maintainer of the package.
11500116 - All other [`meta`](https://nixos.org/manual/nixpkgs/stable/#chap-meta) attributes are optional, but it’s still a good idea to provide at least the `description`, `homepage` and [`license`](https://nixos.org/manual/nixpkgs/stable/#sec-meta-license).
117118 - The exact syntax and semantics of the Nix expression language, including the built-in functions, are [Nix language reference](https://nixos.org/manual/nix/stable/language/).
···113114 - Add yourself as the maintainer of the package.
115116+ - If this is your first time contributing (welcome!), [add yourself to the maintainers list](../maintainers/README.md#how-to-become-a-maintainer) in a separate commit.
117+118 - All other [`meta`](https://nixos.org/manual/nixpkgs/stable/#chap-meta) attributes are optional, but it’s still a good idea to provide at least the `description`, `homepage` and [`license`](https://nixos.org/manual/nixpkgs/stable/#sec-meta-license).
119120 - The exact syntax and semantics of the Nix expression language, including the built-in functions, are [Nix language reference](https://nixos.org/manual/nix/stable/language/).