Merge pull request #336591 from bbigras/push-okvtkzumlnkm

veilid: set mainProgram
This commit is contained in:
Bruno Bigras 2024-08-24 02:09:45 -04:00 committed by GitHub
commit d0e1602ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Open-source, peer-to-peer, mobile-first, networked application framework";
mainProgram = "veilid-server";
homepage = "https://veilid.com";
license = licenses.mpl20;
maintainers = with maintainers; [ bbigras qbit ];