summary refs log tree commit diff
path: root/pkgs/games/uqm
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2012-10-05 09:36:36 -0700
committerJack Cummings <jack@mudshark.org>2012-10-05 09:36:36 -0700
commit18d4a832b053067eb771d3f19e4116069c150033 (patch)
tree50f604c2fa906e562feb94df9b0b36b88a4bd84a /pkgs/games/uqm
parentccad09d3b9b80b41fd79b673ebede73444a9829c (diff)
- clean up openttd, rili, uqm, and widelands descriptions
Diffstat (limited to 'pkgs/games/uqm')
-rw-r--r--pkgs/games/uqm/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/games/uqm/default.nix b/pkgs/games/uqm/default.nix
index fd6d727e73451..6e67ce660f144 100644
--- a/pkgs/games/uqm/default.nix
+++ b/pkgs/games/uqm/default.nix
@@ -64,7 +64,13 @@ stdenv.mkDerivation rec {
     '';
 
   meta = {
-    description = ''Urquan Masters is an open source clone of the Classic top-down space battle Star Cotnrol '';
+    description = "Remake of Star Control II";
+    longDescription = ''
+    The goals for the The Ur-Quan Masters project are:
+      - to bring Star Control II to modern platforms, thereby making a lot of people happy
+      - to make game translations easy, thereby making even more people happy
+      - to adapt the code so that people can more easily make their own spin-offs, thereby making zillions more people happy!
+    '';
     homepage = http://sc2.sourceforge.net/;
     license = "GPLv2";
     maintainers = with stdenv.lib.maintainers; [ jcumming ];