steampipe: fix meta.description
This commit is contained in:
parent
4be9ffcb21
commit
e13c74e0fa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue