about summary refs log tree commit diff
path: root/pkgs/by-name/ki/kickstart/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ki/kickstart/package.nix')
-rw-r--r--pkgs/by-name/ki/kickstart/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ki/kickstart/package.nix b/pkgs/by-name/ki/kickstart/package.nix
index 27bb34e0ff170..b8614b7ad9268 100644
--- a/pkgs/by-name/ki/kickstart/package.nix
+++ b/pkgs/by-name/ki/kickstart/package.nix
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
   };
 
   meta = with lib; {
-    description = "A scaffolding tool to get new projects up and running quickly";
+    description = "Scaffolding tool to get new projects up and running quickly";
     homepage = "https://github.com/Keats/kickstart";
     changelog = "https://github.com/Keats/kickstart/releases/tag/v${version}";
     license = licenses.mit;