about summary refs log tree commit diff
path: root/pkgs/servers/hbase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/hbase/default.nix')
-rw-r--r--pkgs/servers/hbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/hbase/default.nix b/pkgs/servers/hbase/default.nix
index 61b571574cfdf..a93677e9545c4 100644
--- a/pkgs/servers/hbase/default.nix
+++ b/pkgs/servers/hbase/default.nix
@@ -29,7 +29,7 @@ let common = { version, hash, jdk ? jdk11_headless, tests }:
     passthru = { inherit tests; };
 
     meta = with lib; {
-      description = "A distributed, scalable, big data store";
+      description = "Distributed, scalable, big data store";
       homepage = "https://hbase.apache.org";
       license = licenses.asl20;
       maintainers = with lib.maintainers; [ illustris ];