about summary refs log tree commit diff
path: root/pkgs/by-name/uc/uchecker/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/uc/uchecker/package.nix')
-rw-r--r--pkgs/by-name/uc/uchecker/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/uc/uchecker/package.nix b/pkgs/by-name/uc/uchecker/package.nix
index a4746a1e0dfda..e3729be50ece7 100644
--- a/pkgs/by-name/uc/uchecker/package.nix
+++ b/pkgs/by-name/uc/uchecker/package.nix
@@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   meta = with lib; {
-    description = "A simple tool to detect outdated shared libraries";
+    description = "Simple tool to detect outdated shared libraries";
     homepage = "https://github.com/cloudlinux/kcare-uchecker";
     changelog = "https://github.com/cloudlinux/kcare-uchecker/releases/tag/v${version}";
     license = licenses.gpl2Only;