Merge pull request #287567 from a-kenji/waypipe/setmain

waypipe: set `meta.mainProgram`

authored by h7x4 and committed by GitHub 2253eb35 6f55f021

+1
+1
pkgs/applications/networking/remote/waypipe/default.nix
··· 35 35 license = licenses.mit; 36 36 platforms = platforms.linux; 37 37 maintainers = with maintainers; [ primeos ]; 38 + mainProgram = "waypipe"; 38 39 }; 39 40 }