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
commit 38b4d75a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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" ];
})
];

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;