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 license = licenses.mit; 36 platforms = platforms.linux; 37 maintainers = with maintainers; [ primeos ]; 38 }; 39 }
··· 35 license = licenses.mit; 36 platforms = platforms.linux; 37 maintainers = with maintainers; [ primeos ]; 38 + mainProgram = "waypipe"; 39 }; 40 }