1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

View file

@ -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" ];
};
}