steampipe: fix meta.description

This commit is contained in:
Anthony Roussel 2024-03-26 12:35:18 +01:00
parent 4be9ffcb21
commit e13c74e0fa
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 1 additions and 1 deletions

View File

@ -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";