x264: Update metadata

This commit is contained in:
Spencer Whitt 2015-03-25 18:13:47 -04:00
parent 3630a37dd5
commit 84a15d6d08

View File

@ -19,9 +19,11 @@ stdenv.mkDerivation rec {
buildInputs = [ yasm ];
meta = {
meta = with stdenv.lib; {
description = "library for encoding H264/AVC video streams";
homepage = http://www.videolan.org/developers/x264.html;
license = "GPL";
homepage = http://www.videolan.org/developers/x264.html;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.spwhitt ];
};
}