From f8c4a98e8e138e21353a2c33b90db3359f539b37 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 7 Jun 2024 10:04:29 +0200 Subject: 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/' --- pkgs/data/icons/phinger-cursors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/data/icons/phinger-cursors') diff --git a/pkgs/data/icons/phinger-cursors/default.nix b/pkgs/data/icons/phinger-cursors/default.nix index 26b729b268c93..8baec5add0350 100644 --- a/pkgs/data/icons/phinger-cursors/default.nix +++ b/pkgs/data/icons/phinger-cursors/default.nix @@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec { ''; meta = with lib; { - description = "The most over-engineered cursor theme"; + description = "Most over-engineered cursor theme"; homepage = "https://github.com/phisch/phinger-cursors"; platforms = platforms.unix; license = licenses.cc-by-sa-40; -- cgit 1.4.1