aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/steam/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-03-09 15:33:49 +0300
committerNikolay Amiantov <ab@fmap.me>2015-03-09 17:29:43 +0300
commit95cd118d4f52aef3c0ef46e8f6e71e8e2daa84be (patch)
treecc8ad6d0c69227ddb7552642f19a1fe7f3b69db7 /pkgs/games/steam/default.nix
parent46e5a39cdc4cc1f6a5414bffa5f039fc20f95f39 (diff)
steam: refactor meta
Diffstat (limited to '')
-rw-r--r--pkgs/games/steam/default.nix6
1 files changed, 3 insertions, 3 deletions
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 ];
};
}