steampipe: add meta.mainProgram
This commit is contained in:
parent
2cebdeefcf
commit
ee7969386d
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue