x264: correct license

This commit is contained in:
Jan Tojnar 2022-02-06 18:10:57 +01:00
parent 4f8e97d1f9
commit cf5c58ea39

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Library for encoding H264/AVC video streams";
homepage = "http://www.videolan.org/developers/x264.html";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ spwhitt tadeokondrak ];
};