Fix a bunch of Hydra evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-07 17:36:47 +02:00
parent 9faba5f073
commit 2147a07938
16 changed files with 24 additions and 15 deletions

View File

@@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://springrts.com/;
description = "A powerful real-time strategy(RTS) game engine";
description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight ];
platforms = platforms.unix;
platforms = platforms.mesaPlatforms;
};
}