about summary refs log tree commit diff
path: root/pkgs/tools/system/osquery
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-08 10:59:45 +0530
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-01-09 17:12:31 +0100
commitf98ec4f73c762223d62bee706726138cb6ea27cc (patch)
tree0cce65fcb004201d001559e903b550eec3606453 /pkgs/tools/system/osquery
parent3eb1c0f84355e457ef32e2d8c8c637531901e258 (diff)
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/tools/system/osquery')
-rw-r--r--pkgs/tools/system/osquery/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix
index a5d7fa3d44137..5138c5374103b 100644
--- a/pkgs/tools/system/osquery/default.nix
+++ b/pkgs/tools/system/osquery/default.nix
@@ -84,7 +84,7 @@ buildStdenv.mkDerivation rec {
   passthru.tests.osquery = nixosTests.osquery;
 
   meta = with lib; {
-    description = "SQL powered operating system instrumentation, monitoring, and analytics.";
+    description = "SQL powered operating system instrumentation, monitoring, and analytics";
     longDescription = ''
       The system controls table is not included as it does not presently compile with glibc >= 2.32.
       For more information, refer to https://github.com/osquery/osquery/issues/7823