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

steampipe: add meta.mainProgram

parent 2cebdeef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ buildGoModule rec {
    homepage = "https://steampipe.io/";
    description = "select * from cloud;";
    license = licenses.agpl3Only;
    mainProgram = "steampipe";
    maintainers = with maintainers; [ hardselius ];
    changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
  };