openra: Fix a typo and the website URL (#15504)

This commit is contained in:
Matthias Mailänder 2016-05-16 21:15:29 +02:00 committed by Franz Pletz
parent abd64abdb5
commit 8b6125333c

View file

@ -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;