steam: refactor meta

This commit is contained in:
Nikolay Amiantov 2015-03-09 15:33:49 +03:00
parent 46e5a39cdc
commit 95cd118d4f

View File

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