about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-26 12:35:18 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-26 21:58:46 +0100
commite13c74e0faa5fe960fd6fab85ac37884ed307012 (patch)
treeaaf818776d29ff03fb9825d21b62513c5de54837 /pkgs/by-name
parent4be9ffcb2158792340ebeb50ab5dec0f8f88e62a (diff)
steampipe: fix meta.description
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/st/steampipe/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/steampipe/package.nix b/pkgs/by-name/st/steampipe/package.nix
index 110d2bdfbae9e..423fbb25b7a3a 100644
--- a/pkgs/by-name/st/steampipe/package.nix
+++ b/pkgs/by-name/st/steampipe/package.nix
@@ -68,7 +68,7 @@ buildGoModule rec {
 
   meta = {
     changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
-    description = "select * from cloud;";
+    description = "Dynamically query your cloud, code, logs & more with SQL";
     homepage = "https://steampipe.io/";
     license = lib.licenses.agpl3Only;
     mainProgram = "steampipe";