mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #250195 from NixOS/ioquake3-openarena-minor-update
{ioquake3,openarena}: minor update
This commit is contained in:
commit
38b4d75a3e
2 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
})
|
||||
];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue