mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
x264: Update metadata
This commit is contained in:
parent
3630a37dd5
commit
84a15d6d08
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user