summary refs log tree commit diff
path: root/pkgs/games/planetaryannihilation
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/planetaryannihilation')
-rw-r--r--pkgs/games/planetaryannihilation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/planetaryannihilation/default.nix b/pkgs/games/planetaryannihilation/default.nix
index b3237012ecc..5e5da9497e5 100644
--- a/pkgs/games/planetaryannihilation/default.nix
+++ b/pkgs/games/planetaryannihilation/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     homepage = http://www.uberent.com/pa/;
-    description = "next-generation RTS that takes the genre to a planetary scale";
+    description = "Next-generation RTS that takes the genre to a planetary scale";
     license = stdenv.lib.licenses.unfree;
     platforms = platforms.linux;
     maintainers = [ maintainers.domenkozar ];