usql: add meta.mainProgram
This commit is contained in:
parent
8e16a924b0
commit
095ae5cc81
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/xo/usql";
|
||||
changelog = "https://github.com/xo/usql/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
mainProgram = "usql";
|
||||
maintainers = with maintainers; [ georgyo anthonyroussel ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue