diff --git a/pkgs/games/steam/default.nix b/pkgs/games/steam/default.nix index a687270bfc9c..0478e208da22 100644 --- a/pkgs/games/steam/default.nix +++ b/pkgs/games/steam/default.nix @@ -29,10 +29,10 @@ stdenv.mkDerivation rec { ''} ''; - meta = { + meta = with stdenv.lib; { description = "A digital distribution platform"; homepage = http://store.steampowered.com/; - license = stdenv.lib.licenses.unfree; - maintainers = [ stdenv.lib.maintainers.jagajaga ]; + license = licenses.unfree; + maintainers = with maintainers; [ jagajaga ]; }; }