about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/games/openra/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/openra/default.nix b/pkgs/games/openra/default.nix
index f805030aa92b..747bd26afcc5 100644
--- a/pkgs/games/openra/default.nix
+++ b/pkgs/games/openra/default.nix
@@ -9,8 +9,8 @@ in stdenv.mkDerivation rec {
   name = "openra-${version}";
 
   meta = with stdenv.lib; {
-    description = "Real Time Strategy game engine recreates the C&C titles";
-    homepage    = "http://www.open-ra.org/";
+    description = "Real Time Strategy game engine recreating the C&C titles";
+    homepage    = "http://www.openra.net/";
     maintainers = [ maintainers.rardiol ];
     license     = licenses.gpl3;
     platforms   = platforms.linux;