Merge pull request #250195 from NixOS/ioquake3-openarena-minor-update

{ioquake3,openarena}: minor update
This commit is contained in:
Pol Dellaiera
2023-08-19 22:07:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
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" ];
})
];
+1 -1
View File
@@ -78,7 +78,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://ioquake3.org/";
description = "A fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena";
license = lib.licenses.gpl2Only;
license = lib.licenses.gpl2Plus;
mainProgram = "ioquake3";
maintainers = with lib.maintainers; [ abbradar drupol eelco rvolosatovs ];
platforms = lib.platforms.linux;