x264: Update metadata
This commit is contained in:
parent
3630a37dd5
commit
84a15d6d08
@ -19,9 +19,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ yasm ];
|
buildInputs = [ yasm ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "library for encoding H264/AVC video streams";
|
description = "library for encoding H264/AVC video streams";
|
||||||
homepage = http://www.videolan.org/developers/x264.html;
|
homepage = http://www.videolan.org/developers/x264.html;
|
||||||
license = "GPL";
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.spwhitt ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user