openarena: fix desktop item desktopName attribute

This commit is contained in:
Pol Dellaiera 2023-08-19 16:36:21 +02:00
parent 9949be2f80
commit 105e0258d0
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
exec = "openarena";
icon = "openarena";
comment = "A fast-paced 3D first-person shooter, similar to id Software Inc.'s Quake III Arena";
desktopName = "openarena";
desktopName = "OpenArena";
categories = [ "Game" "ActionGame" ];
})
];