factorio: fix evaluation of meta

This commit is contained in:
Vladimír Čunát 2016-04-16 23:17:09 +02:00
parent c6aca5e521
commit 95d4dda578

@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://www.factorio.com/;
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.maintainers; [ Baughn elitak ];
maintainers = with stdenv.lib.maintainers; [ Baughn elitak ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}