about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMatthias Mailänder <Mailaender@users.noreply.github.com>2016-05-16 21:15:29 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-05-16 21:15:29 +0200
commit8b6125333c1860774f68f20fc9f67fd6fb544386 (patch)
treed95ede9e09c753673d9554f4f99ec851041ccc9a /pkgs/games
parentabd64abdb5f6c6316aac9fd53a1b8d1f7d0b267c (diff)
downloadnixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar.gz
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar.bz2
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar.lz
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar.xz
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.tar.zst
nixlib-8b6125333c1860774f68f20fc9f67fd6fb544386.zip
openra: Fix a typo and the website URL (#15504)
Diffstat (limited to 'pkgs/games')
-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;