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/shells/fish/plugins/tide.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells/fish') diff --git a/pkgs/shells/fish/plugins/tide.nix b/pkgs/shells/fish/plugins/tide.nix index 95a3e150a5a32..74ab2e8a27a8d 100644 --- a/pkgs/shells/fish/plugins/tide.nix +++ b/pkgs/shells/fish/plugins/tide.nix @@ -19,7 +19,7 @@ buildFishPlugin rec { ''; meta = with lib; { - description = "The ultimate Fish prompt"; + description = "Ultimate Fish prompt"; homepage = "https://github.com/IlanCosman/tide"; license = licenses.mit; maintainers = [ maintainers.jocelynthode ]; -- cgit 1.4.1