about summary refs log tree commit diff
path: root/pkgs/by-name/st/stylance-cli/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/st/stylance-cli/package.nix')
-rw-r--r--pkgs/by-name/st/stylance-cli/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/stylance-cli/package.nix b/pkgs/by-name/st/stylance-cli/package.nix
index 5b6e426943a36..3649dc519dc13 100644
--- a/pkgs/by-name/st/stylance-cli/package.nix
+++ b/pkgs/by-name/st/stylance-cli/package.nix
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
   cargoHash = "sha256-e8lu839kthncvCVlg13ZWNUwYGgGVgXZWJlHufubNA8=";
 
   meta = with lib; {
-    description = "A library and cli tool for working with scoped CSS in rust";
+    description = "Library and cli tool for working with scoped CSS in rust";
     mainProgram = "stylance";
     homepage = "https://github.com/basro/stylance-rs";
     changelog = "https://github.com/basro/stylance-rs/blob/v${version}/CHANGELOG.md";