steam: refactor meta

This commit is contained in:
Nikolay Amiantov
2015-03-09 17:29:43 +03:00
parent 46e5a39cdc
commit 95cd118d4f
+3 -3
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 ];
};
}