about summary refs log tree commit diff
path: root/pkgs/tools/networking/redli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/redli/default.nix')
-rw-r--r--pkgs/tools/networking/redli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/redli/default.nix b/pkgs/tools/networking/redli/default.nix
index 9703fe4d4089e..07897de0397a2 100644
--- a/pkgs/tools/networking/redli/default.nix
+++ b/pkgs/tools/networking/redli/default.nix
@@ -14,7 +14,7 @@ buildGoModule rec {
   vendorHash = null;
 
   meta = with lib; {
-    description = "A humane alternative to the Redis-cli and TLS";
+    description = "Humane alternative to the Redis-cli and TLS";
     homepage = "https://github.com/IBM-Cloud/redli";
     license = licenses.asl20;
     maintainers = with maintainers; [ tchekda ];