diff --git a/pkgs/by-name/st/steampipe/package.nix b/pkgs/by-name/st/steampipe/package.nix index 110d2bdfbae9..423fbb25b7a3 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";