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 description = "A FOSS Git multiplatform client based on Compose and JGit"; 51 homepage = "https://gitnuro.com/"; 52 license = licenses.gpl3Plus; 53 - platforms = platforms.unix; 54 maintainers = with maintainers; [ zendo ]; 55 mainProgram = "gitnuro"; 56 };
··· 50 description = "A FOSS Git multiplatform client based on Compose and JGit"; 51 homepage = "https://gitnuro.com/"; 52 license = licenses.gpl3Plus; 53 + platforms = [ "x86_64-linux" ]; 54 maintainers = with maintainers; [ zendo ]; 55 mainProgram = "gitnuro"; 56 };