faad2: correct license

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

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An open source MPEG-4 and MPEG-2 AAC decoder";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
};