about summary refs log tree commit diff
path: root/pkgs/tools/misc/sheldon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/sheldon/default.nix')
-rw-r--r--pkgs/tools/misc/sheldon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/sheldon/default.nix b/pkgs/tools/misc/sheldon/default.nix
index ddff13c9bcfd4..4f0c22344a5b4 100644
--- a/pkgs/tools/misc/sheldon/default.nix
+++ b/pkgs/tools/misc/sheldon/default.nix
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A fast and configurable shell plugin manager";
+    description = "Fast and configurable shell plugin manager";
     homepage = "https://github.com/rossmacarthur/sheldon";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ seqizz ];