about summary refs log tree commit diff
path: root/pkgs/README.md
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2023-10-20 00:14:08 +0300
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2023-10-20 00:14:08 +0300
commit64db4d240e8f199e9f44fe1e4d0a1a297a98e76a (patch)
tree6a8f1173b13e19d2836c1ea8255539b11b1abe38 /pkgs/README.md
parentd2c4f9a4fcf7fc7a4123719befc8c61aac8d3fa3 (diff)
pkgs/README.md: clarify when meta.maintainers should be set
Diffstat (limited to 'pkgs/README.md')
-rw-r--r--pkgs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/README.md b/pkgs/README.md
index bfa7e611255d3..4845cfa31755c 100644
--- a/pkgs/README.md
+++ b/pkgs/README.md
@@ -362,7 +362,7 @@ All versions of a package _must_ be included in `all-packages.nix` to make sure
   * If there is no upstream license, `meta.license` should default to `lib.licenses.unfree`.
   * If in doubt, try to contact the upstream developers for clarification.
 * `meta.mainProgram` must be set when appropriate.
-* `meta.maintainers` should be set.
+* `meta.maintainers` must be set for new packages.
 
 See the Nixpkgs manual for more details on [standard meta-attributes](https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes).