about summary refs log tree commit diff
path: root/pkgs/games/openjk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openjk/default.nix')
-rw-r--r--pkgs/games/openjk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openjk/default.nix b/pkgs/games/openjk/default.nix
index b8e80b845c1cd..58cbb1e212736 100644
--- a/pkgs/games/openjk/default.nix
+++ b/pkgs/games/openjk/default.nix
@@ -84,7 +84,7 @@ in stdenv.mkDerivation {
   passthru.updateScript = unstableGitUpdater { };
 
   meta = with lib; {
-    description = "An open-source engine for Star Wars Jedi Academy game";
+    description = "Open-source engine for Star Wars Jedi Academy game";
     homepage = "https://github.com/JACoders/OpenJK";
     license = licenses.gpl2;
     platforms = platforms.linux;