summary refs log tree commit diff
path: root/pkgs/games/opentyrian/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/opentyrian/default.nix')
-rw-r--r--pkgs/games/opentyrian/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/opentyrian/default.nix b/pkgs/games/opentyrian/default.nix
index cfae6a4bb3e..c435bbe5887 100644
--- a/pkgs/games/opentyrian/default.nix
+++ b/pkgs/games/opentyrian/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   ";
 
   meta = {
-    description = ''OpenTyrian is an open source port of the game "Tyrian".'';
+    description = ''Open source port of the game "Tyrian"'';
     homepage = https://opentyrian.googlecode.com/;
     # This does not account of Tyrian data.
     # license = stdenv.lib.licenses.gpl2;