tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
factorio: fix evaluation of meta
Vladimír Čunát
10 years ago
95d4dda5
c6aca5e5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
factorio
default.nix
+1
-1
pkgs/games/factorio/default.nix
···
125
125
'';
126
126
homepage = https://www.factorio.com/;
127
127
license = stdenv.lib.licenses.unfree;
128
128
-
maintainers = with stdenv.maintainers; [ Baughn elitak ];
128
128
+
maintainers = with stdenv.lib.maintainers; [ Baughn elitak ];
129
129
platforms = [ "i686-linux" "x86_64-linux" ];
130
130
};
131
131
}