about summary refs log tree commit diff
path: root/pkgs/by-name/ba/bat/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ba/bat/package.nix')
-rw-r--r--pkgs/by-name/ba/bat/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ba/bat/package.nix b/pkgs/by-name/ba/bat/package.nix
index 3d91608c32464..5476fc55f662d 100644
--- a/pkgs/by-name/ba/bat/package.nix
+++ b/pkgs/by-name/ba/bat/package.nix
@@ -70,7 +70,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A cat(1) clone with syntax highlighting and Git integration";
+    description = "Cat(1) clone with syntax highlighting and Git integration";
     homepage = "https://github.com/sharkdp/bat";
     changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
     license = with licenses; [ asl20 /* or */ mit ];