usql: add meta.mainProgram

This commit is contained in:
Anthony Roussel 2023-09-30 19:30:18 +02:00
parent 8e16a924b0
commit 095ae5cc81
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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;
};