summary refs log tree commit diff
diff options
context:
space:
mode:
authorXottab_DUTY <Xottab-DUTY@users.noreply.github.com>2020-12-09 14:58:04 +0300
committerXottab-DUTY <xottab-duty@yandex.ru>2020-12-12 20:17:37 +0300
commit3414ae7dfcc50e7f61018929e61513c43b377f72 (patch)
treeb08353ec434eaac913046c3d1f062ad2c3b92c82
parentc32ac64a53a0e788ecc2ef5f2e95886a88a4e20a (diff)
downloadnixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar.gz
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar.bz2
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar.lz
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar.xz
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.tar.zst
nixpkgs-3414ae7dfcc50e7f61018929e61513c43b377f72.zip
openxray: update package description
To correspond the current project description.
-rw-r--r--pkgs/games/openxray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openxray/default.nix b/pkgs/games/openxray/default.nix
index 304a810c3db..33a0ae10597 100644
--- a/pkgs/games/openxray/default.nix
+++ b/pkgs/games/openxray/default.nix
@@ -66,7 +66,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "X-Ray Engine 1.6 expansion. Original version was used in S.T.A.L.K.E.R.: Call of Pripyat";
+    description = "Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World";
     homepage = src.meta.homepage;
     license = licenses.unfree // {
       url = "https://github.com/OpenXRay/xray-16/blob/xd_dev/License.txt";