Unverified Commit e13c74e0 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

steampipe: fix meta.description

parent 4be9ffcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";