about summary refs log tree commit diff
path: root/pkgs/README.md
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2024-06-07 10:04:29 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2024-06-09 23:08:46 +0200
commitf8c4a98e8e138e21353a2c33b90db3359f539b37 (patch)
tree9f5458336198a99baa44de8f8a4ffc264c1515d3 /pkgs/README.md
parent755b915a158c9d588f08e9b08da9f7f3422070cc (diff)
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
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 3b441625f4234..0087439d04d4c 100644
--- a/pkgs/README.md
+++ b/pkgs/README.md
@@ -374,7 +374,7 @@ All versions of a package _must_ be included in `all-packages.nix` to make sure
 * `meta.description` must:
   * Be short, just one sentence.
   * Be capitalized.
-  * Not start with an indefinite article.
+  * Not start with the definite or an indefinite article.
   * Not start with the package name.
     * More generally, it should not refer to the package name.
   * Not end with a period (or any punctuation for that matter).