steampipe: add meta.mainProgram

This commit is contained in:
Anthony Roussel 2024-03-26 10:05:42 +01:00
parent 2cebdeefcf
commit ee7969386d
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

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