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

View file

@ -68,7 +68,7 @@ buildGoModule rec {
meta = { meta = {
changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md"; 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/"; homepage = "https://steampipe.io/";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
mainProgram = "steampipe"; mainProgram = "steampipe";