gitnuro: Update meta.platforms

The specified jar file is only for x86-64, hence specifying that under meta.platforms.

+1 -1
+1 -1
pkgs/applications/version-management/gitnuro/default.nix
··· 50 50 description = "A FOSS Git multiplatform client based on Compose and JGit"; 51 51 homepage = "https://gitnuro.com/"; 52 52 license = licenses.gpl3Plus; 53 - platforms = platforms.unix; 53 + platforms = [ "x86_64-linux" ]; 54 54 maintainers = with maintainers; [ zendo ]; 55 55 mainProgram = "gitnuro"; 56 56 };