x264: correct license

main
Jan Tojnar 2 years ago
parent 4f8e97d1f9
commit cf5c58ea39
  1. 2
      pkgs/development/libraries/x264/default.nix

@ -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 ];
};

Loading…
Cancel
Save