jq: set mainProgram

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+1
+1
pkgs/development/tools/jq/default.nix
··· 76 76 maintainers = with maintainers; [ raskin globin artturin ]; 77 77 platforms = platforms.unix; 78 78 downloadPage = "https://stedolan.github.io/jq/download/"; 79 + mainProgram = "jq"; 79 80 }; 80 81 }