Unverified Commit d0e1602d authored by Bruno Bigras's avatar Bruno Bigras Committed by GitHub
Browse files

Merge pull request #336591 from bbigras/push-okvtkzumlnkm

veilid: set mainProgram
parents 3a66c195 4269da11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];