noisetorch: add `meta.mainProgram`

the `lib.getExe`'s feature to use the package's name as the binary is
deprecated, and `pkgs/README.md` says:
> `meta.mainProgram` must be set when appropriate.

This just adds the `meta.mainProgram` to `noisetorch` as it's the only
binary.

+1
+1
pkgs/applications/audio/noisetorch/default.nix
··· 37 37 license = licenses.gpl3Plus; 38 38 platforms = platforms.linux; 39 39 maintainers = with maintainers; [ panaeon lom ]; 40 + mainProgram = "noisetorch"; 40 41 }; 41 42 }